UsageModelsResult 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.
A list of cache usage models.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.UsageModelsResultTypeConverter))]
public class UsageModelsResult : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IUsageModelsResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.UsageModelsResultTypeConverter))>]
type UsageModelsResult = class
interface IUsageModelsResult
interface IJsonSerializable
Public Class UsageModelsResult
Implements IUsageModelsResult
- Inheritance
-
UsageModelsResult
- Attributes
- Implements
Constructors
UsageModelsResult() |
Creates an new UsageModelsResult instance. |
Properties
NextLink |
The URI to fetch the next page of cache usage models. |
Value |
The list of usage models available for the subscription. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UsageModelsResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UsageModelsResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IUsageModelsResult. |
FromJsonString(String) |
Creates a new instance of UsageModelsResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UsageModelsResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |