Compartilhar via


LocationProperties Class

Definition

location properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.LocationPropertiesTypeConverter))]
public class LocationProperties : Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.ILocationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.LocationPropertiesTypeConverter))>]
type LocationProperties = class
    interface ILocationProperties
    interface IJsonSerializable
Public Class LocationProperties
Implements ILocationProperties
Inheritance
LocationProperties
Attributes
Implements

Constructors

LocationProperties()

Creates an new LocationProperties instance.

Properties

AdditionalShippingInformation

Additional shipping information for customer, specific to datacenter to which customer should send their disks.

AlternateLocation

A list of location IDs that should be used to ship shipping drives to for jobs created against the current location. If the current location is active, it will be part of the list. If it is temporarily closed due to maintenance, this list may contain other locations.

City

The city name to use when shipping the drives to the Azure data center.

CountryOrRegion

The country or region to use when shipping the drives to the Azure data center.

Phone

The phone number for the Azure data center.

PostalCode

The postal code to use when shipping the drives to the Azure data center.

RecipientName

The recipient name to use when shipping the drives to the Azure data center.

StateOrProvince

The state or province to use when shipping the drives to the Azure data center.

StreetAddress1

The first line of the street address to use when shipping the drives to the Azure data center.

StreetAddress2

The second line of the street address to use when shipping the drives to the Azure data center.

SupportedCarrier

A list of carriers that are supported at this location.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LocationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LocationProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.ILocationProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LocationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to