Dela via


Get-AzImportExportLocation

Returnerar information om en plats där du kan skicka diskarna som är associerade med ett import- eller exportjobb. En plats är en Azure-region.

Syntax

Get-AzImportExportLocation
   [-AcceptLanguage <String>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzImportExportLocation
   -Name <String>
   [-AcceptLanguage <String>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzImportExportLocation
   -InputObject <IImportExportIdentity>
   [-AcceptLanguage <String>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

Returnerar information om en plats där du kan skicka diskarna som är associerade med ett import- eller exportjobb. En plats är en Azure-region.

Exempel

Exempel 1: Hämta all platsinformation för Azure-regionen med standardkontext

Get-AzImportExportLocation

Name                 Type
----                 ----
Australia East       Microsoft.ImportExport/locations
Australia Southeast  Microsoft.ImportExport/locations
Brazil South         Microsoft.ImportExport/locations
Canada Central       Microsoft.ImportExport/locations
Canada East          Microsoft.ImportExport/locations
...
West Central US      Microsoft.ImportExport/locations
West Europe          Microsoft.ImportExport/locations
West India           Microsoft.ImportExport/locations
West US              Microsoft.ImportExport/locations
West US 2            Microsoft.ImportExport/locations

Den här cmdleten hämtar all platsinformation för Azure-regionen med standardkontext.

Exempel 2: Hämta platsinformation för Azure-regionen efter platsnamn

Get-AzImportExportLocation -Name eastus

Name    Type
----    ----
East US Microsoft.ImportExport/locations

Den här cmdleten hämtar platsinformation för Azure-regionen efter platsnamn.

Exempel 3: Hämta platsinformation för Azure-regionen efter identitet

$Id = "/providers/Microsoft.ImportExport/locations/eastus"
Get-AzImportExportLocation -InputObject $Id

Name    Type
----    ----
East US Microsoft.ImportExport/locations

Den här cmdlet-listan hämtar platsinformation för Azure-regionen efter identitet.

Parametrar

-AcceptLanguage

Anger önskat språk för svaret.

Typ:String
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-DefaultProfile

Parametern DefaultProfile fungerar inte. Använd parametern SubscriptionId när den är tillgänglig om du kör cmdleten mot en annan prenumeration.

Typ:PSObject
Alias:AzureRMContext, AzureCredential
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-InputObject

Identitetsparameter För att skapa, se AVSNITTET ANTECKNINGAR för INPUTOBJECT-egenskaper och skapa en hash-tabell.

Typ:IImportExportIdentity
Position:Named
Standardvärde:None
Obligatorisk:True
Godkänn pipeline-indata:True
Godkänn jokertecken:False

-Name

Namnet på platsen. Till exempel USA, västra eller västra.

Typ:String
Alias:LocationName
Position:Named
Standardvärde:None
Obligatorisk:True
Godkänn pipeline-indata:False
Godkänn jokertecken:False

Indata

IImportExportIdentity

Utdata

ILocation