Uses of Class
com.azure.compute.batch.models.WindowsUserConfiguration
Packages that use WindowsUserConfiguration
-
Uses of WindowsUserConfiguration in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return WindowsUserConfigurationModifier and TypeMethodDescriptionstatic WindowsUserConfigurationWindowsUserConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WindowsUserConfiguration from the JsonReader.UserAccount.getWindowsUserConfiguration()Get the windowsUserConfiguration property: The Windows-specific user configuration for the user Account.WindowsUserConfiguration.setLoginMode(LoginMode loginMode) Set the loginMode property: The login mode for the user.Methods in com.azure.compute.batch.models with parameters of type WindowsUserConfigurationModifier and TypeMethodDescriptionUserAccount.setWindowsUserConfiguration(WindowsUserConfiguration windowsUserConfiguration) Set the windowsUserConfiguration property: The Windows-specific user configuration for the user Account.