Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Location

Package version

interface

An interface representing Location. Provides information about an Azure data center location.

Hierarchy

  • Location

Index

Properties

Optional alternateLocations

alternateLocations: string[]
member

{string[]} [alternateLocations] 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.

Optional city

city: undefined | string
member

{string} [city] The city name to use when shipping the drives to the Azure data center.

Optional countryOrRegion

countryOrRegion: undefined | string
member

{string} [countryOrRegion] The country or region to use when shipping the drives to the Azure data center.

Optional id

id: undefined | string
member

{string} [id] Specifies the resource identifier of the location.

Optional name

name: undefined | string
member

{string} [name] Specifies the name of the location. Use List Locations to get all supported locations.

Optional phone

phone: undefined | string
member

{string} [phone] The phone number for the Azure data center.

Optional postalCode

postalCode: undefined | string
member

{string} [postalCode] The postal code to use when shipping the drives to the Azure data center.

Optional recipientName

recipientName: undefined | string
member

{string} [recipientName] The recipient name to use when shipping the drives to the Azure data center.

Optional stateOrProvince

stateOrProvince: undefined | string
member

{string} [stateOrProvince] The state or province to use when shipping the drives to the Azure data center.

Optional streetAddress1

streetAddress1: undefined | string
member

{string} [streetAddress1] The first line of the street address to use when shipping the drives to the Azure data center.

Optional streetAddress2

streetAddress2: undefined | string
member

{string} [streetAddress2] The second line of the street address to use when shipping the drives to the Azure data center.

Optional supportedCarriers

supportedCarriers: string[]
member

{string[]} [supportedCarriers] A list of carriers that are supported at this location.

Optional type

type: undefined | string
member

{string} [type] Specifies the type of the location.

Generated using TypeDoc