Share via


Get-AzFunctionAppAvailableLocation

特定の os とプランの種類の関数アプリが使用可能な場所を取得します。

構文

Get-AzFunctionAppAvailableLocation
   [[-SubscriptionId] <String[]>]
   [[-PlanType] <String>]
   [[-OSType] <String>]
   [[-DefaultProfile] <PSObject>]
   [<CommonParameters>]

説明

特定の os とプランの種類の関数アプリが使用可能な場所を取得します。

例 1: Windows でプレミアムを使用できる場所を取得します。 パラメーターが指定されていない場合、PlanType は 'プレミアム' に設定され、OSType は 'Windows' に設定されます。

Get-AzFunctionAppAvailableLocation

Name
----
Central US
North Europe
West Europe
Southeast Asia
East Asia
West US
East US
Japan West
Japan East
East US 2
North Central US
South Central US
Brazil South
Australia East
Australia Southeast
East Asia (Stage)
West India
South India
Canada Central
West US 2
UK West
UK South
East US 2 EUAP
Central US EUAP
Korea Central
France Central
Australia Central 2
Australia Central
Germany West Central
Norway East

このコマンドは、Windows でプレミアムを使用できる場所を取得します。

例 2: プレミアムが Linux で使用できる場所を取得します。

Get-AzFunctionAppAvailableLocation -PlanType Premium -OSType Linux

Name
----
Central US
North Europe
West Europe
Southeast Asia
East Asia
West US
East US
Japan West
Japan East
East US 2
North Central US
South Central US
Brazil South
Australia East
Australia Southeast
West India
Canada Central
West Central US
West US 2
UK West
UK South
Central US EUAP
Korea Central
France Central
Norway East

このコマンドは、linux でプレミアムを使用できる場所を取得します。

例 3: Windows で従量課金が利用可能な場所を取得します。

Get-AzFunctionAppAvailableLocation -PlanType Consumption -OSType Windows

Name
----
Central US
North Europe
West Europe
Southeast Asia
East Asia
West US
East US
Japan West
Japan East
East US 2
North Central US
South Central US
Brazil South
Australia East
Australia Southeast
East Asia (Stage)
Central India
West India
South India
Canada Central
Canada East
West Central US
West US 2
UK West
UK South
East US 2 EUAP
Central US EUAP
Korea Central
France Central
Australia Central 2
Australia Central
South Africa North
Switzerland North
Germany West Central

このコマンドは、Windows で従量課金が利用可能な場所を取得します。

パラメーター

-DefaultProfile

Azure との通信のために使用される資格情報、アカウント、テナント、サブスクリプションです。

Type:PSObject
Aliases:AzureRMContext, AzureCredential
Position:4
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-OSType

サービス プランの OS の種類。

Type:String
Position:3
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-PlanType

プランの種類。 有効な入力: 従量課金またはプレミアム

Type:String
Position:2
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-SubscriptionId

Azure サブスクリプション ID。

Type:String[]
Position:1
Default value:(Get-AzContext).Subscription.Id
Required:False
Accept pipeline input:False
Accept wildcard characters:False

出力

IGeoRegion