Bagikan melalui


IAuthInfo.TokenType Property

Definition

The type of Auth token.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The type of Auth token.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenType) }, ReadOnly=false, Required=true, SerializedName="tokenType")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenType TokenType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The type of Auth token.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenType) }, ReadOnly=false, Required=true, SerializedName="tokenType")>]
member this.TokenType : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenType with get, set
Public Property TokenType As TokenType

Property Value

Attributes

Applies to