次の方法で共有


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 サービス)。

適用対象