NetworkIdentifier Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A network identifier used to specify the network context for resources within an Aspire application model.
public class NetworkIdentifier : IEquatable<Aspire.Hosting.ApplicationModel.NetworkIdentifier>
type NetworkIdentifier = class
interface IEquatable<NetworkIdentifier>
Public Class NetworkIdentifier
Implements IEquatable(Of NetworkIdentifier)
- Inheritance
-
NetworkIdentifier
- Implements
Constructors
| NetworkIdentifier(NetworkIdentifier) | |
| NetworkIdentifier(String) |
A network identifier used to specify the network context for resources within an Aspire application model. |
Properties
| EqualityContract | |
| Value |
Methods
| <Clone>$() | |
| Deconstruct(String) | |
| Equals(NetworkIdentifier) | |
| Equals(Object) | |
| GetHashCode() | |
| PrintMembers(StringBuilder) | |
| ToString() |
Operators
| Equality(NetworkIdentifier, NetworkIdentifier) | |
| Inequality(NetworkIdentifier, NetworkIdentifier) |