Freigeben über


RoleInstanceNetworkProfile Konstruktoren

Definition

Überlädt

RoleInstanceNetworkProfile()

Initialisiert eine neue instance der RoleInstanceNetworkProfile-Klasse.

RoleInstanceNetworkProfile(IList<SubResource>)

Initialisiert eine neue instance der RoleInstanceNetworkProfile-Klasse.

RoleInstanceNetworkProfile()

Initialisiert eine neue instance der RoleInstanceNetworkProfile-Klasse.

public RoleInstanceNetworkProfile ();
Public Sub New ()

Gilt für:

RoleInstanceNetworkProfile(IList<SubResource>)

Initialisiert eine neue instance der RoleInstanceNetworkProfile-Klasse.

public RoleInstanceNetworkProfile (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> networkInterfaces = default);
new Microsoft.Azure.Management.Compute.Models.RoleInstanceNetworkProfile : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> -> Microsoft.Azure.Management.Compute.Models.RoleInstanceNetworkProfile
Public Sub New (Optional networkInterfaces As IList(Of SubResource) = Nothing)

Parameter

networkInterfaces
IList<SubResource>

Gibt die Liste der Ressourcen-IDs für die Netzwerkschnittstellen an, die der Rolle instance zugeordnet sind.

Gilt für: