NetworkIdentifier
Record net10.0
A network identifier used to specify the network context for resources within an Aspire application model.
namespace Aspire.Hosting.ApplicationModel;
public record NetworkIdentifier : System.IEquatable<Aspire.Hosting.ApplicationModel.NetworkIdentifier>{ // ...} IEquatable<NetworkIdentifier>
10 members
Constructors1
Section titled ConstructorsProperties1
Section titled PropertiesMethods8
Section titled Methods<Clone>$virtualDeconstruct(string)Equals(object?)boolDetermines whether the specified object is equal to the current object.
Equals(NetworkIdentifier?)virtualboolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintServes as the default hash function.
op_Equality(NetworkIdentifier?, NetworkIdentifier?)staticboolop_Inequality(NetworkIdentifier?, NetworkIdentifier?)staticboolToStringstringReturns a string that represents the current object.