Skip to content
Docs Try Aspire

NetworkEndpointSnapshot Properties

Record Properties 2 members
Represents an AllocatedEndpoint snapshot associated with a specific network.
The ID of the network that is associated with the AllocatedEndpoint snapshot.
public NetworkIdentifier NetworkID { get; init; }
Snapshot Section titled Snapshot ValueSnapshot<AllocatedEndpoint>
AllocatedEndpoint snapshot
public ValueSnapshot<AllocatedEndpoint> Snapshot { get; init; }