Aracılığıyla paylaş


SkuLocationInfoItem Class

Definition

The locations and zones info for SKU.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.SkuLocationInfoItemTypeConverter))]
public class SkuLocationInfoItem : Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuLocationInfoItem
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.SkuLocationInfoItemTypeConverter))>]
type SkuLocationInfoItem = class
    interface ISkuLocationInfoItem
    interface IJsonSerializable
Public Class SkuLocationInfoItem
Implements ISkuLocationInfoItem
Inheritance
SkuLocationInfoItem
Attributes
Implements

Constructors

SkuLocationInfoItem()

Creates an new SkuLocationInfoItem instance.

Properties

Location

The available location of the SKU.

Zone

The available zone of the SKU.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SkuLocationInfoItem.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SkuLocationInfoItem.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.ISkuLocationInfoItem.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SkuLocationInfoItem into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to