次の方法で共有


BatchWindowsLoginMode 列挙型

定義

ユーザーのログイン モードを指定します。 VirtualMachineConfiguration プールの既定値は対話型モードで、CloudServiceConfiguration プールの場合はバッチ モードです。

public enum BatchWindowsLoginMode
type BatchWindowsLoginMode = 
Public Enum BatchWindowsLoginMode
継承
BatchWindowsLoginMode

フィールド

Batch 0

LOGON32_LOGON_BATCH Win32 ログイン モード。 バッチ ログイン モードは、実行時間の長い並列プロセスに推奨されます。

Interactive 1

LOGON32_LOGON_INTERACTIVE Win32 ログイン モード。 一部のアプリケーションでは、対話型ログイン モードに関連付けられているアクセス許可が必要です。 タスクで使用するアプリケーションの場合は、このオプションをお勧めします。

適用対象