ILocation Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.LocationTypeConverter))]
public interface ILocation : Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.LocationTypeConverter))>]
type ILocation = interface
    interface IJsonSerializable
Public Interface ILocation
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.

Id

Specifies the resource identifier of the location.

Name

Specifies the name of the location. Use List Locations to get all supported locations.

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.

Type

Specifies the type of the location.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to