NetworkIdentifier Constructors
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.
Overloads
| NetworkIdentifier(NetworkIdentifier) | |
| NetworkIdentifier(String) |
A network identifier used to specify the network context for resources within an Aspire application model. |
NetworkIdentifier(NetworkIdentifier)
- Source:
- Network.cs
protected NetworkIdentifier(Aspire.Hosting.ApplicationModel.NetworkIdentifier original);
Protected Sub New (original As NetworkIdentifier)
Parameters
- original
- NetworkIdentifier
Applies to
NetworkIdentifier(String)
- Source:
- Network.cs
A network identifier used to specify the network context for resources within an Aspire application model.
public NetworkIdentifier(string Value);
new Aspire.Hosting.ApplicationModel.NetworkIdentifier : string -> Aspire.Hosting.ApplicationModel.NetworkIdentifier
Public Sub New (Value As String)
Parameters
- Value
- String