共用方式為


NetworkProfile 建構函式

定義

多載

NetworkProfile()

初始化 NetworkProfile 類別的新實例。

NetworkProfile(EndpointAccessProfile, EndpointAccessProfile)

初始化 NetworkProfile 類別的新實例。

NetworkProfile()

初始化 NetworkProfile 類別的新實例。

public NetworkProfile ();
Public Sub New ()

適用於

NetworkProfile(EndpointAccessProfile, EndpointAccessProfile)

初始化 NetworkProfile 類別的新實例。

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)

參數

accountAccess
EndpointAccessProfile

batchAccount 端點的網路存取設定檔 (Batch 帳戶資料平面 API) 。

nodeManagementAccess
EndpointAccessProfile

nodeManagement 端點的網路存取設定檔 (Batch 服務管理 Batch 集區的計算節點) 。

適用於