Bagikan melalui


CacheRuleUpdateParameters Class

Definition

The parameters for updating a cache rule.

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

Constructors

CacheRuleUpdateParameters()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CacheRuleUpdateParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CacheRuleUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to