IDevBox.LocalAdministrator Property

Definition

Indicates whether the owner of the Dev Box is a local administrator.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="Indicates whether the owner of the Dev Box is a local administrator.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.LocalAdminStatus) }, ReadOnly=false, Required=false, SerializedName="localAdministrator")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.LocalAdminStatus? LocalAdministrator { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="Indicates whether the owner of the Dev Box is a local administrator.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.LocalAdminStatus) }, ReadOnly=false, Required=false, SerializedName="localAdministrator")>]
member this.LocalAdministrator : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.LocalAdminStatus> with get, set
Public Property LocalAdministrator As Nullable(Of LocalAdminStatus)

Property Value

Attributes

Applies to