ILabUpdate.VirtualMachineProfileUseSharedPassword Property
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.
Enabling this option will use the same password for all user VMs.
[Microsoft.Azure.PowerShell.Cmdlets.LabServices.Runtime.Info(Description="Enabling this option will use the same password for all user VMs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.EnableState) }, ReadOnly=false, Required=false, SerializedName="useSharedPassword")]
public Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.EnableState? VirtualMachineProfileUseSharedPassword { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.LabServices.Runtime.Info(Description="Enabling this option will use the same password for all user VMs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.EnableState) }, ReadOnly=false, Required=false, SerializedName="useSharedPassword")>]
member this.VirtualMachineProfileUseSharedPassword : Nullable<Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.EnableState> with get, set
Public Property VirtualMachineProfileUseSharedPassword As Nullable(Of EnableState)
Property Value
- Attributes