NetworkProfile Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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:
Azure SDK for .NET