你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CacheRuleUpdateProperties Class

Definition

The parameters for updating cache rule properties.

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

Constructors

CacheRuleUpdateProperties()

Creates an new CacheRuleUpdateProperties instance.

Properties

CredentialSetResourceId

The ARM resource ID of the credential store which is associated with the Cache rule.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CacheRuleUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CacheRuleUpdateProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CacheRuleUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to