你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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