IAuthInfoBase.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=true, 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=true, SerializedName="authType")>]
member this.AuthType : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.AuthType with get, set
Public Property AuthType As AuthType

Property Value

Attributes

Applies to