SkuInformationLocationInfoItem 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.SkuInformationLocationInfoItemTypeConverter))]
public class SkuInformationLocationInfoItem : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ISkuInformationLocationInfoItem
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.SkuInformationLocationInfoItemTypeConverter))>]
type SkuInformationLocationInfoItem = class
interface ISkuInformationLocationInfoItem
interface IJsonSerializable
Public Class SkuInformationLocationInfoItem
Implements ISkuInformationLocationInfoItem
- Inheritance
-
SkuInformationLocationInfoItem
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SkuInformationLocationInfoItem() |
Creates an new SkuInformationLocationInfoItem instance. |
Properties
| Name | Description |
|---|---|
| Location |
Describes the location for the product where storage account resource can be created. |
| Zone |
Describes the available zones for the product where storage account resource can be created. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SkuInformationLocationInfoItem. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SkuInformationLocationInfoItem. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ISkuInformationLocationInfoItem. |
| FromJsonString(String) |
Creates a new instance of SkuInformationLocationInfoItem, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of SkuInformationLocationInfoItem into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |