Get-AzImportExportLocation
傳回您可以寄送與匯入或匯出作業相關聯之磁碟之位置的詳細數據。 位置是 Azure 區域。
語法
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
傳回您可以寄送與匯入或匯出作業相關聯之磁碟之位置的詳細數據。 位置是 Azure 區域。
範例
範例 1:使用預設內容取得所有 Azure 區域位置詳細數據
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
此 Cmdlet 會取得具有預設內容的所有 Azure 區域位置詳細數據。
範例 2:依位置名稱取得 Azure 區域位置詳細數據
Get-AzImportExportLocation -Name eastus
Name Type
---- ----
East US Microsoft.ImportExport/locations
此 Cmdlet 會依位置名稱取得 Azure 區域位置詳細數據。
範例 3:依身分識別取得 Azure 區域位置詳細數據
$Id = "/providers/Microsoft.ImportExport/locations/eastus"
Get-AzImportExportLocation -InputObject $Id
Name Type
---- ----
East US Microsoft.ImportExport/locations
此 Cmdlet 會依身分識別取得 Azure 區域位置詳細數據。
參數
-AcceptLanguage
指定回應的慣用語言。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DefaultProfile
DefaultProfile 參數無法運作。 如果針對不同的訂用帳戶執行 Cmdlet,請使用 SubscriptionId 參數。
類型: | PSObject |
別名: | AzureRMContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
類型: | IImportExportIdentity |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Name
位置的名稱。 例如,美國西部或 westus。
類型: | String |
別名: | LocationName |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |