Bagikan melalui


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