Aracılığıyla paylaş


Get-AzImportExportLocation

İçeri veya dışarı aktarma işiyle ilişkili diskleri gönderebileceğiniz konum hakkındaki ayrıntıları döndürür. Konum bir Azure bölgesidir.

Sözdizimi

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

İçeri veya dışarı aktarma işiyle ilişkili diskleri gönderebileceğiniz konum hakkındaki ayrıntıları döndürür. Konum bir Azure bölgesidir.

Örnekler

Örnek 1: Varsayılan bağlamla tüm Azure bölgesi konum ayrıntılarını alma

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

Bu cmdlet, varsayılan bağlama sahip tüm Azure bölgesi konum ayrıntılarını alır.

Örnek 2: Konum adına göre Azure bölge konumu ayrıntılarını alma

Get-AzImportExportLocation -Name eastus

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

Bu cmdlet, Azure bölge konumu ayrıntılarını konum adına göre alır.

Örnek 3: Kimliğe göre Azure bölge konumu ayrıntılarını alma

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

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

Bu cmdlet listeleri, Kimliğe göre Azure bölge konumu ayrıntılarını alır.

Parametreler

-AcceptLanguage

Yanıt için tercih edilen dili belirtir.

Tür:String
Position:Named
Default value:None
Gerekli:False
İşlem hattı girişini kabul et:False
Joker karakterleri kabul et:False

-DefaultProfile

DefaultProfile parametresi işlevsel değil. Cmdlet'i farklı bir abonelikte yürütürken kullanılabilir olduğunda SubscriptionId parametresini kullanın.

Tür:PSObject
Diğer adlar:AzureRMContext, AzureCredential
Position:Named
Default value:None
Gerekli:False
İşlem hattı girişini kabul et:False
Joker karakterleri kabul et:False

-InputObject

Kimlik Parametresi Oluşturmak için INPUTOBJECT özellikleri için NOTES bölümüne bakın ve bir karma tablo oluşturun.

Tür:IImportExportIdentity
Position:Named
Default value:None
Gerekli:True
İşlem hattı girişini kabul et:True
Joker karakterleri kabul et:False

-Name

Konumun adı. Örneğin, Batı ABD veya westus.

Tür:String
Diğer adlar:LocationName
Position:Named
Default value:None
Gerekli:True
İşlem hattı girişini kabul et:False
Joker karakterleri kabul et:False

Girişler

IImportExportIdentity

Çıkışlar

ILocation