IPool.SingleSignOnStatus 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 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