Get-AzLocation
取得每個位置的所有位置和支持的資源提供者。
語法
Get-AzLocation
[-ExtendedLocation <Boolean>]
[-ApiVersion <String>]
[-Pre]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzLocation Cmdlet 會取得每個位置的所有位置和支持的資源提供者。
範例
範例 1:取得所有位置和支持的資源提供者
Get-AzLocation
此命令會取得每個位置的所有位置和支持的資源提供者。
範例 2:取得支持資源提供者的所有位置 Microsoft.AppConfiguration
Get-AzLocation | Where-Object {$_.Providers -contains "Microsoft.AppConfiguration"}
Location : eastasia
DisplayName : East Asia
Providers : {Microsoft.Devices, Microsoft.Cache, Microsoft.AppConfiguration, microsoft.insights…}
Location : southeastasia
DisplayName : Southeast Asia
Providers : {Microsoft.Devices, Microsoft.Cache, Microsoft.AppConfiguration, microsoft.insights…}
Location : centralus
DisplayName : Central US
Providers : {Microsoft.Devices, Microsoft.Cache, Microsoft.AppConfiguration, microsoft.insights…}
...
此範例會取得支持資源提供者 「Microsoft.AppConfiguration」 的所有位置。
參數
-ApiVersion
指定資源提供者支援的 API 版本。 您可以指定與預設版本不同的版本。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ExtendedLocation
是否要包含擴充位置。
類型: | Nullable<T>[Boolean] |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Pre
指出此 Cmdlet 會在自動判斷要使用的版本時,考慮發行前版本 API 版本。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
None