次の方法で共有


ComputeBatchModelFactory.WindowsUserConfiguration Method

Definition

Properties used to create a user Account on a Windows Compute Node.

public static Azure.Compute.Batch.WindowsUserConfiguration WindowsUserConfiguration(Azure.Compute.Batch.LoginMode? loginMode = default);
static member WindowsUserConfiguration : Nullable<Azure.Compute.Batch.LoginMode> -> Azure.Compute.Batch.WindowsUserConfiguration
Public Shared Function WindowsUserConfiguration (Optional loginMode As Nullable(Of LoginMode) = Nothing) As WindowsUserConfiguration

Parameters

loginMode
Nullable<LoginMode>

The login mode for the user. The default is 'batch'.

Returns

A new WindowsUserConfiguration instance for mocking.

Applies to