Share via


IPoolUpdateProperties.SingleSignOnStatus Property

Definition

Indicates whether Dev Boxes in this pool are created with single sign on enabled. The also requires that single sign on be enabled on the tenant.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Indicates whether Dev Boxes in this pool are created with single sign on enabled. The also requires that single sign on be enabled on the tenant.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SingleSignOnStatus) }, ReadOnly=false, Required=false, SerializedName="singleSignOnStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SingleSignOnStatus? SingleSignOnStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Indicates whether Dev Boxes in this pool are created with single sign on enabled. The also requires that single sign on be enabled on the tenant.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SingleSignOnStatus) }, ReadOnly=false, Required=false, SerializedName="singleSignOnStatus")>]
member this.SingleSignOnStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.SingleSignOnStatus> with get, set
Public Property SingleSignOnStatus As Nullable(Of SingleSignOnStatus)

Property Value

Attributes

Applies to