IPool.LocalAdministrator Property

Definition

Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.LocalAdminStatus) }, ReadOnly=false, Required=false, SerializedName="localAdministrator")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.LocalAdminStatus? LocalAdministrator { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.LocalAdminStatus) }, ReadOnly=false, Required=false, SerializedName="localAdministrator")>]
member this.LocalAdministrator : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.LocalAdminStatus> with get, set
Public Property LocalAdministrator As Nullable(Of LocalAdminStatus)

Property Value

Attributes

Applies to