DatacenterAddressLocationResponse Class

Definition

Datacenter address for given storage location.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DatacenterAddressLocationResponseTypeConverter))]
public class DatacenterAddressLocationResponse : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDatacenterAddressLocationResponse, Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DatacenterAddressLocationResponseTypeConverter))>]
type DatacenterAddressLocationResponse = class
    interface IDatacenterAddressLocationResponse
    interface IJsonSerializable
    interface IDatacenterAddressResponse
    interface IValidates
Public Class DatacenterAddressLocationResponse
Implements IDatacenterAddressLocationResponse, IValidates
Inheritance
DatacenterAddressLocationResponse
Attributes
Implements

Constructors

DatacenterAddressLocationResponse()

Creates an new DatacenterAddressLocationResponse instance.

Properties

AdditionalShippingInformation

Special instruction for shipping

AddressType

Address type

City

City name

Company

Company name

ContactPersonName

Contact person name

Country

name of the country

DatacenterAddressType

Data center address type

DataCenterAzureLocation

Azure Location where the Data Center serves primarily.

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.

Zip

Zip code

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DatacenterAddressLocationResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DatacenterAddressLocationResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDatacenterAddressLocationResponse.

FromJsonString(String)

Creates a new instance of DatacenterAddressLocationResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DatacenterAddressLocationResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to