CacheRuleUpdateProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |