Share via


SkuProperties Class

Definition

Properties of the sku.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.SkuPropertiesTypeConverter))]
public class SkuProperties : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ISkuProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.SkuPropertiesTypeConverter))>]
type SkuProperties = class
    interface ISkuProperties
    interface IJsonSerializable
Public Class SkuProperties
Implements ISkuProperties
Inheritance
SkuProperties
Attributes
Implements

Constructors

SkuProperties()

Creates an new SkuProperties instance.

Properties

ApiVersion

Api versions that support this Sku.

CapacityMaximum

Maximum capacity in TB.

CapacityUsable

Usable capacity in TB.

Cost

Cost of the Sku.

CountriesWithinCommerceBoundary

List of all the Countries in the SKU specific commerce boundary

DataLocationToServiceLocationMap

The map of data location to service location.

DisabledReason

Reason why the Sku is disabled.

DisabledReasonMessage

Message for why the Sku is disabled.

RequiredFeature

Required feature to access the sku.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SkuProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SkuProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ISkuProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SkuProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to