Share via


DataCenterAddressInstructionResult Class

Definition

Datacenter instruction for given storage ___location.

public class DataCenterAddressInstructionResult : Azure.ResourceManager.DataBox.Models.DataCenterAddressResult, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBox.Models.DataCenterAddressInstructionResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBox.Models.DataCenterAddressInstructionResult>
type DataCenterAddressInstructionResult = class
    inherit DataCenterAddressResult
    interface IJsonModel<DataCenterAddressInstructionResult>
    interface IPersistableModel<DataCenterAddressInstructionResult>
Public Class DataCenterAddressInstructionResult
Inherits DataCenterAddressResult
Implements IJsonModel(Of DataCenterAddressInstructionResult), IPersistableModel(Of DataCenterAddressInstructionResult)
Inheritance
DataCenterAddressInstructionResult
Implements

Properties

CommunicationInstruction

Data center communication instruction.

DataCenterAzureLocation

Azure Location where the Data Center serves primarily.

(Inherited from DataCenterAddressResult)
SupportedCarriersForReturnShipment

List of supported carriers for return shipment.

(Inherited from DataCenterAddressResult)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataCenterAddressInstructionResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataCenterAddressInstructionResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<DataCenterAddressResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from DataCenterAddressResult)
IJsonModel<DataCenterAddressResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataCenterAddressResult)
IPersistableModel<DataCenterAddressInstructionResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataCenterAddressInstructionResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataCenterAddressInstructionResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<DataCenterAddressResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataCenterAddressResult)
IPersistableModel<DataCenterAddressResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from DataCenterAddressResult)
IPersistableModel<DataCenterAddressResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataCenterAddressResult)

Applies to