RegionConfigurationContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |