다음을 통해 공유


Get-AzFunctionAppAvailableLocation

지정된 os 및 계획 유형에 대한 함수 앱을 사용할 수 있는 위치를 가져옵니다.

Syntax

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

Description

지정된 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와의 통신에 사용되는 자격 증명, 계정, 테넌트 및 구독입니다.

형식:PSObject
Aliases:AzureRMContext, AzureCredential
Position:4
기본값:None
필수:False
Accept pipeline input:False
Accept wildcard characters:False

-OSType

서비스 계획의 OS 유형입니다.

형식:String
Position:3
기본값:None
필수:False
Accept pipeline input:False
Accept wildcard characters:False

-PlanType

계획 유형입니다. 유효한 입력: 소비 또는 프리미엄

형식:String
Position:2
기본값:None
필수:False
Accept pipeline input:False
Accept wildcard characters:False

-SubscriptionId

Azure 구독 ID.

형식:String[]
Position:1
기본값:(Get-AzContext).Subscription.Id
필수:False
Accept pipeline input:False
Accept wildcard characters:False

출력

IGeoRegion