Get-AzLocation
Hämtar alla platser och de resursprovidrar som stöds för varje plats.
Syntax
Get-AzLocation
[-ExtendedLocation <Boolean>]
[-ApiVersion <String>]
[-Pre]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Cmdleten Get-AzLocation hämtar alla platser och de resursprovidrar som stöds för varje plats.
Exempel
Exempel 1: Hämta alla platser och resursprovidrar som stöds
Get-AzLocation
Det här kommandot hämtar alla platser och de resursprovidrar som stöds för varje plats.
Exempel 2: Hämta alla platser som stöder resursprovidern 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…}
...
Det här exemplet hämtar alla platser som stöder resursprovidern "Microsoft.AppConfiguration".
Parametrar
-ApiVersion
Anger den API-version som stöds av resursprovidern. Du kan ange en annan version än standardversionen.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-DefaultProfile
Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure
Typ: | IAzureContextContainer |
Alias: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-ExtendedLocation
Om utökade platser ska inkluderas.
Typ: | Nullable<T>[Boolean] |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-Pre
Anger att den här cmdleten tar hänsyn till förhandsversioner av API:et när den automatiskt avgör vilken version som ska användas.
Typ: | SwitchParameter |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
Indata
None
Utdata
Azure PowerShell