다음을 통해 공유


AvailableSkusContent Class

Definition

The filters for showing the available skus.

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

Constructors

AvailableSkusContent(DataBoxJobTransferType, String, AzureLocation)

Initializes a new instance of AvailableSkusContent.

Properties

Country

ISO country code. Country for hardware shipment. For codes check: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements.

Location

Location for data transfer. For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01.

SkuNames

Sku Names to filter for available skus.

TransferType

Type of the transfer.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AvailableSkusContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AvailableSkusContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AvailableSkusContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AvailableSkusContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AvailableSkusContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to