StorageSkuListResult 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 response from the List Storage SKUs operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageSkuListResultTypeConverter))]
public class StorageSkuListResult : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageSkuListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageSkuListResultTypeConverter))>]
type StorageSkuListResult = class
interface IStorageSkuListResult
interface IJsonSerializable
Public Class StorageSkuListResult
Implements IStorageSkuListResult
- Inheritance
-
StorageSkuListResult
- Attributes
- Implements
Constructors
StorageSkuListResult() |
Creates an new StorageSkuListResult instance. |
Properties
Value |
Get the list result of storage SKUs and their properties. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageSkuListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageSkuListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageSkuListResult. |
FromJsonString(String) |
Creates a new instance of StorageSkuListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageSkuListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |