VirtualMachineProfile.UseSharedPassword Property

Definition

Gets or sets enabling this option will use the same password for all user VMs. Possible values include: 'Enabled', 'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="useSharedPassword")]
public Microsoft.Azure.Management.LabServices.Models.EnableState? UseSharedPassword { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="useSharedPassword")>]
member this.UseSharedPassword : Nullable<Microsoft.Azure.Management.LabServices.Models.EnableState> with get, set
Public Property UseSharedPassword As Nullable(Of EnableState)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to