Skip to content
DocsTry Aspire
DocsTry

NetworkEndpointSnapshot Constructors

RecordConstructors1 member
Represents an AllocatedEndpoint snapshot associated with a specific network.
Constructor(ValueSnapshot<AllocatedEndpoint>, NetworkIdentifier)Section titled Constructor(ValueSnapshot<AllocatedEndpoint>, NetworkIdentifier)
Represents an AllocatedEndpoint snapshot associated with a specific network.
public record NetworkEndpointSnapshot
{
public NetworkEndpointSnapshot(
ValueSnapshot<AllocatedEndpoint> Snapshot,
NetworkIdentifier NetworkID)
{
// ...
}
}
SnapshotValueSnapshot<AllocatedEndpoint>AllocatedEndpoint snapshot
NetworkIDNetworkIdentifierThe ID of the network that is associated with the AllocatedEndpoint snapshot.