NetworkIdentifier Constructors

Definition

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

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

Applies to