Share via


DataBoxSkuInformation Class

Definition

Information of the sku.

public class DataBoxSkuInformation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBox.Models.DataBoxSkuInformation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBox.Models.DataBoxSkuInformation>
type DataBoxSkuInformation = class
    interface IJsonModel<DataBoxSkuInformation>
    interface IPersistableModel<DataBoxSkuInformation>
Public Class DataBoxSkuInformation
Implements IJsonModel(Of DataBoxSkuInformation), IPersistableModel(Of DataBoxSkuInformation)
Inheritance
DataBoxSkuInformation
Implements

Properties

ApiVersions

Api versions that support this Sku.

Capacity

Capacity of the Sku.

Costs

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.

IsEnabled

The sku is enabled or not.

RequiredFeature

Required feature to access the sku.

Sku

The Sku.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataBoxSkuInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataBoxSkuInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataBoxSkuInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxSkuInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataBoxSkuInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to