你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RegionConfigurationResponse Class

Definition

Configuration response specific to a region.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.RegionConfigurationResponseTypeConverter))]
public class RegionConfigurationResponse : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IRegionConfigurationResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.RegionConfigurationResponseTypeConverter))>]
type RegionConfigurationResponse = class
    interface IRegionConfigurationResponse
    interface IJsonSerializable
Public Class RegionConfigurationResponse
Implements IRegionConfigurationResponse
Inheritance
RegionConfigurationResponse
Attributes
Implements

Constructors

RegionConfigurationResponse()

Creates an new RegionConfigurationResponse instance.

Properties

DatacenterAddressResponseDatacenterAddressType

Data center address type

DatacenterAddressResponseDataCenterAzureLocation

Azure Location where the Data Center serves primarily.

DatacenterAddressResponseSupportedCarriersForReturnShipment

List of supported carriers for return shipment.

ScheduleAvailabilityResponseAvailableDate

List of dates available to schedule

TransportAvailabilityResponseTransportAvailabilityDetail

List of transport availability details for given region

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RegionConfigurationResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RegionConfigurationResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IRegionConfigurationResponse.

FromJsonString(String)

Creates a new instance of RegionConfigurationResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RegionConfigurationResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to