NetworkEndpointSnapshot
Record net10.0
Represents an AllocatedEndpoint snapshot associated with a specific network.
namespace Aspire.Hosting.ApplicationModel;
public record NetworkEndpointSnapshot : System.IEquatable<Aspire.Hosting.ApplicationModel.NetworkEndpointSnapshot>{ // ...} IEquatable<NetworkEndpointSnapshot>
11 members
Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesNetworkIDget; initThe ID of the network that is associated with the AllocatedEndpoint snapshot.
Snapshotget; initValueSnapshot<AllocatedEndpoint>AllocatedEndpoint snapshot
Methods8
Section titled Methods<Clone>$virtualDeconstruct(ValueSnapshot<AllocatedEndpoint>, NetworkIdentifier)Equals(object?)boolDetermines whether the specified object is equal to the current object.
Equals(NetworkEndpointSnapshot?)virtualboolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintServes as the default hash function.
op_Equality(NetworkEndpointSnapshot?, NetworkEndpointSnapshot?)staticboolop_Inequality(NetworkEndpointSnapshot?, NetworkEndpointSnapshot?)staticboolToStringstringReturns a string that represents the current object.