Udostępnij za pośrednictwem


DatacenterAddressInstructionResponse Class

Definition

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.

Applies to