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

IValidateResult.AuthType Property

Definition

The authentication type.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Description="The authentication type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.AuthType) }, ReadOnly=false, Required=false, SerializedName="authType")]
public Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.AuthType? AuthType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Description="The authentication type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.AuthType) }, ReadOnly=false, Required=false, SerializedName="authType")>]
member this.AuthType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.AuthType> with get, set
Public Property AuthType As Nullable(Of AuthType)

Property Value

Attributes

Applies to