Bagikan melalui


TokenUpdateProperties Class

Definition

The parameters for updating token properties.

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

Constructors

TokenUpdateProperties()

Creates an new TokenUpdateProperties 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 TokenUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TokenUpdateProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TokenUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to