Share via


DataCenterAddressLocationResult Class

Definition

Datacenter address for given storage ___location.

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

Properties

AdditionalShippingInformation

Special instruction for shipping.

AddressType

Address type.

City

City name.

Company

Company name.

ContactPersonName

Contact person name.

Country

name of the country.

DataCenterAzureLocation

Azure Location where the Data Center serves primarily.

(Inherited from DataCenterAddressResult)
Phone

Phone number.

PhoneExtension

Phone extension.

State

name of the state.

Street1

Street address line 1.

Street2

Street address line 2.

Street3

Street address line 3.

SupportedCarriersForReturnShipment

List of supported carriers for return shipment.

(Inherited from DataCenterAddressResult)
Zip

Zip code.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataCenterAddressLocationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataCenterAddressLocationResult>.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<DataCenterAddressLocationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataCenterAddressLocationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataCenterAddressLocationResult>.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