Freigeben über


NetworkProfile Konstruktoren

Definition

Überlädt

NetworkProfile()

Initialisiert eine neue instance der NetworkProfile-Klasse.

NetworkProfile(EndpointAccessProfile, EndpointAccessProfile)

Initialisiert eine neue instance der NetworkProfile-Klasse.

NetworkProfile()

Initialisiert eine neue instance der NetworkProfile-Klasse.

public NetworkProfile ();
Public Sub New ()

Gilt für:

NetworkProfile(EndpointAccessProfile, EndpointAccessProfile)

Initialisiert eine neue instance der NetworkProfile-Klasse.

public NetworkProfile (Microsoft.Azure.Management.Batch.Models.EndpointAccessProfile accountAccess = default, Microsoft.Azure.Management.Batch.Models.EndpointAccessProfile nodeManagementAccess = default);
new Microsoft.Azure.Management.Batch.Models.NetworkProfile : Microsoft.Azure.Management.Batch.Models.EndpointAccessProfile * Microsoft.Azure.Management.Batch.Models.EndpointAccessProfile -> Microsoft.Azure.Management.Batch.Models.NetworkProfile
Public Sub New (Optional accountAccess As EndpointAccessProfile = Nothing, Optional nodeManagementAccess As EndpointAccessProfile = Nothing)

Parameter

accountAccess
EndpointAccessProfile

Netzwerkzugriffsprofil für batchAccount-Endpunkt (Batch-Kontodatenebene-API).

nodeManagementAccess
EndpointAccessProfile

Netzwerkzugriffsprofil für nodeManagement-Endpunkt (Batch-Dienst zur Verwaltung von Computeknoten für Batch-Pools).

Gilt für: