RelationshipSnapshot Constructors
Record Constructors 1 member
A snapshot of a relationship.
Constructor(string, string) Section titled Constructor(string, string) A snapshot of a relationship.
public record RelationshipSnapshot{ public RelationshipSnapshot( string ResourceName, string Type) { // ... }}Parameters
ResourceName string The name of the resource the relationship is to. Type string The relationship type.