DatacenterAddressInstructionResponse 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.
Datacenter instruction for given storage location.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DatacenterAddressInstructionResponseTypeConverter))]
public class DatacenterAddressInstructionResponse : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDatacenterAddressInstructionResponse, Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DatacenterAddressInstructionResponseTypeConverter))>]
type DatacenterAddressInstructionResponse = class
interface IDatacenterAddressInstructionResponse
interface IJsonSerializable
interface IDatacenterAddressResponse
interface IValidates
Public Class DatacenterAddressInstructionResponse
Implements IDatacenterAddressInstructionResponse, IValidates
- Inheritance
-
DatacenterAddressInstructionResponse
- Attributes
- Implements
Constructors
DatacenterAddressInstructionResponse() |
Creates an new DatacenterAddressInstructionResponse instance. |
Properties
CommunicationInstruction |
Data center communication instruction |
DatacenterAddressType |
Data center address type |
DataCenterAzureLocation |
Azure Location where the Data Center serves primarily. |
SupportedCarriersForReturnShipment |
List of supported carriers for return shipment. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DatacenterAddressInstructionResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DatacenterAddressInstructionResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDatacenterAddressInstructionResponse. |
FromJsonString(String) |
Creates a new instance of DatacenterAddressInstructionResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DatacenterAddressInstructionResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |