Skip to content
DocsTry Aspire
DocsTry

RelationshipSnapshot Constructors

RecordConstructors1 member
A snapshot of a relationship.
A snapshot of a relationship.
public record RelationshipSnapshot
{
public RelationshipSnapshot(
string ResourceName,
string Type)
{
// ...
}
}
ResourceNamestringThe name of the resource the relationship is to.
TypestringThe relationship type.