Freigeben über


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

Name Description
RegionConfigurationContent()

Initializes a new instance of RegionConfigurationContent.

Properties

Name Description
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.

TransportAvailabilityRequest

Request body to get the transport availability for given sku.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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