Aracılığıyla paylaş


ILocationProperties Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to