Bagikan melalui


CacheRulesListResult Class

Definition

The result of a request to list cache rules for a container registry.

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

Constructors

CacheRulesListResult()

Creates an new CacheRulesListResult instance.

Properties

NextLink

If provided, client must use NextLink URI to request next list of cache rules.

Value

The list of cache rules.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CacheRulesListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CacheRulesListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CacheRulesListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to