IDevBox.LocalAdministrator 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.
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=true, Required=false, SerializedName="localAdministrator")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.LocalAdminStatus? LocalAdministrator { get; }
[<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=true, Required=false, SerializedName="localAdministrator")>]
member this.LocalAdministrator : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.LocalAdminStatus>
Public ReadOnly Property LocalAdministrator As Nullable(Of LocalAdminStatus)
Property Value
- Attributes