Delen via


UserAccount.WindowsUserConfiguration Eigenschap

Definitie

Hiermee wordt de windows-specifieke gebruikersconfiguratie voor het gebruikersaccount opgehaald of ingesteld.

[Newtonsoft.Json.JsonProperty(PropertyName="windowsUserConfiguration")]
public Microsoft.Azure.Management.Batch.Models.WindowsUserConfiguration WindowsUserConfiguration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="windowsUserConfiguration")>]
member this.WindowsUserConfiguration : Microsoft.Azure.Management.Batch.Models.WindowsUserConfiguration with get, set
Public Property WindowsUserConfiguration As WindowsUserConfiguration

Waarde van eigenschap

Kenmerken
Newtonsoft.Json.JsonPropertyAttribute

Opmerkingen

Deze eigenschap kan alleen worden opgegeven als de gebruiker zich in een Windows-pool bevindt. Als dit niet is opgegeven en in een Windows-pool is opgegeven, wordt de gebruiker gemaakt met de standaardopties.

Van toepassing op