Skip to content
Docs Try Aspire

RelationshipSnapshot Constructors

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