Condividi tramite


AvailableDataBoxEdgeSku Class

Definition

The Sku information.

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

Properties

ApiVersions

The API versions in which Sku is available.

Availability

Links to the next set of results.

Capabilities

The capability info of the SKU.

Costs

The pricing info of the Sku.

Family

The Sku family.

Kind

The Sku kind.

LocationInfo

Availability of the Sku for the location/zone/site.

Locations

Availability of the Sku for the region.

Name

The Sku name.

ResourceType

The type of the resource.

ShipmentTypes

List of Shipment Types supported by this SKU.

SignupOption

Sku can be signed up by customer or not.

Size

The Sku kind.

Tier

The Sku tier.

Version

Availability of the Sku as preview/stable.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AvailableDataBoxEdgeSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AvailableDataBoxEdgeSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AvailableDataBoxEdgeSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AvailableDataBoxEdgeSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AvailableDataBoxEdgeSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to