次の方法で共有


WindowsUserConfiguration コンストラクター

定義

オーバーロード

WindowsUserConfiguration()

クラスのモックをサポートする既定の WindowsUserConfiguration コンストラクター。

WindowsUserConfiguration(Nullable<LoginMode>)

WindowsUserConfiguration クラスの新しいインスタンスを初期化します。

WindowsUserConfiguration()

ソース:
WindowsUserConfiguration.cs

クラスのモックをサポートする既定の WindowsUserConfiguration コンストラクター。

protected WindowsUserConfiguration ();
Protected Sub New ()

適用対象

WindowsUserConfiguration(Nullable<LoginMode>)

ソース:
WindowsUserConfiguration.cs

WindowsUserConfiguration クラスの新しいインスタンスを初期化します。

public WindowsUserConfiguration (Microsoft.Azure.Batch.Common.LoginMode? loginMode = default);
new Microsoft.Azure.Batch.WindowsUserConfiguration : Nullable<Microsoft.Azure.Batch.Common.LoginMode> -> Microsoft.Azure.Batch.WindowsUserConfiguration
Public Sub New (Optional loginMode As Nullable(Of LoginMode) = Nothing)

パラメーター

loginMode
Nullable<LoginMode>

ユーザーのログイン モード。

適用対象