ComputeBatchModelFactory.WindowsUserConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
A new WindowsUserConfiguration instance for mocking.