RegionConfigurationResponse 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.
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. |