Condividi tramite


CachesListResult Class

Definition

Result of the request to list caches. It contains a list of caches and a URL link to get the next set of results.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.CachesListResultTypeConverter))]
public class CachesListResult : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICachesListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.CachesListResultTypeConverter))>]
type CachesListResult = class
    interface ICachesListResult
    interface IJsonSerializable
Public Class CachesListResult
Implements ICachesListResult
Inheritance
CachesListResult
Attributes
Implements

Constructors

CachesListResult()

Creates an new CachesListResult instance.

Properties

NextLink

URL to get the next set of cache list results, if there are any.

Value

List of Caches.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CachesListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CachesListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICachesListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CachesListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to