Dela via


RegionConfigurationContent Class

Definition

Request body to get the configuration for the region.

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

Constructors

RegionConfigurationContent()

Initializes a new instance of RegionConfigurationContent.

Properties

DataCenterAddressRequest

Request body to get the datacenter address for given sku.

DeviceCapabilityRequest

Request body to get the device capabilities for a given sku.

ScheduleAvailabilityRequest

Request body to get the availability for scheduling orders. Please note ScheduleAvailabilityContent is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DataBoxScheduleAvailabilityContent, DiskScheduleAvailabilityContent and HeavyScheduleAvailabilityContent.

TransportAvailabilityRequest

Request body to get the transport availability for given sku.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RegionConfigurationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RegionConfigurationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RegionConfigurationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RegionConfigurationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RegionConfigurationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to