Bagikan melalui


TokenUpdateParameters Class

Definition

The parameters for updating a token.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.TokenUpdateParametersTypeConverter))]
public class TokenUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.TokenUpdateParametersTypeConverter))>]
type TokenUpdateParameters = class
    interface ITokenUpdateParameters
    interface IJsonSerializable
Public Class TokenUpdateParameters
Implements ITokenUpdateParameters
Inheritance
TokenUpdateParameters
Attributes
Implements

Constructors

TokenUpdateParameters()

Creates an new TokenUpdateParameters instance.

Properties

CredentialsCertificate
CredentialsPassword
ScopeMapId

The resource ID of the scope map to which the token will be associated with.

Status

The status of the token example enabled or disabled.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TokenUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TokenUpdateParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ITokenUpdateParameters.

FromJsonString(String)

Creates a new instance of TokenUpdateParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TokenUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to