Compartir a través de


IAuthInfoUpdateParameters.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=false, 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=false, SerializedName="tokenType")>]
member this.TokenType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenType> with get, set
Public Property TokenType As Nullable(Of TokenType)

Property Value

Attributes

Applies to