Freigeben über


Get-AzImportExportLocation

Gibt die Details zu einem Speicherort zurück, an den Sie die Datenträger senden können, die einem Import- oder Exportauftrag zugeordnet sind. Ein Standort ist eine 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>]

Beschreibung

Gibt die Details zu einem Speicherort zurück, an den Sie die Datenträger senden können, die einem Import- oder Exportauftrag zugeordnet sind. Ein Standort ist eine Azure-Region.

Beispiele

Beispiel 1: Abrufen aller Azure-Regionsstandortdetails mit 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

Dieses Cmdlet ruft alle Azure-Regionsstandortdetails mit Standardkontext ab.

Beispiel 2: Abrufen von Azure-Regionsstandortdetails nach Standortname

Get-AzImportExportLocation -Name eastus

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

Dieses Cmdlet ruft Details des Azure-Regionsstandorts nach Standortname ab.

Beispiel 3: Abrufen von Azure-Regionsstandortdetails nach Identität

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

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

Dieses Cmdlet listet Azure-Regionsstandortdetails nach Identität ab.

Parameter

-AcceptLanguage

Gibt die bevorzugte Sprache für die Antwort an.

Typ:String
Position:Named
Standardwert:None
Erforderlich:False
Accept pipeline input:False
Accept wildcard characters:False

-DefaultProfile

Der Parameter DefaultProfile ist nicht funktionsfähig. Verwenden Sie den Parameter "SubscriptionId", wenn sie verfügbar ist, wenn Sie das Cmdlet für ein anderes Abonnement ausführen.

Typ:PSObject
Aliases:AzureRMContext, AzureCredential
Position:Named
Standardwert:None
Erforderlich:False
Accept pipeline input:False
Accept wildcard characters:False

-InputObject

Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

Typ:IImportExportIdentity
Position:Named
Standardwert:None
Erforderlich:True
Accept pipeline input:True
Accept wildcard characters:False

-Name

Der Name des Speicherorts. Beispiel: West-USA oder West-Us-Amerikanischer Westen.

Typ:String
Aliases:LocationName
Position:Named
Standardwert:None
Erforderlich:True
Accept pipeline input:False
Accept wildcard characters:False

Eingaben

IImportExportIdentity

Ausgaben

ILocation