共用方式為


New-AzureRmAppServicePlan

在指定的地理位置中建立 Azure App 服務 方案。

警告

自 2024 年 2 月 29 日起,AzureRM PowerShell 模組已正式淘汰。 建議使用者從 AzureRM 遷移至 Az PowerShell 模組,以確保持續支援和更新。

雖然 AzureRM 模組可能仍可運作,但不再維護或支援它,但會根據用戶的判斷權和風險放置任何繼續使用。 如需轉換至 Az 模組的指引,請參閱我們的 移轉資源

語法

New-AzureRmAppServicePlan
   [-Location] <String>
   [[-Tier] <String>]
   [[-NumberofWorkers] <Int32>]
   [[-WorkerSize] <String>]
   [[-AseName] <String>]
   [[-AseResourceGroupName] <String>]
   [-PerSiteScaling <Boolean>]
   [-HyperV]
   [-AsJob]
   [-ResourceGroupName] <String>
   [-Name] <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
New-AzureRmAppServicePlan
   [-Location] <String>
   [[-Tier] <String>]
   [[-NumberofWorkers] <Int32>]
   [[-WorkerSize] <String>]
   [[-AseName] <String>]
   [[-AseResourceGroupName] <String>]
   [-PerSiteScaling <Boolean>]
   [-AsJob]
   [-AppServicePlan] <PSAppServicePlan>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

New-AzureRmAppServicePlan Cmdlet 會在指定地理位置中建立具有指定層、背景工作角色大小和背景工作角色數目的 Azure App 服務 方案。

範例

範例 1:建立 App Service 方案

PS C:\>New-AzureRmAppServicePlan -ResourceGroupName "Default-Web-WestUS" -Name "ContosoASP" -Location "West US" -Tier "Basic" -NumberofWorkers 2 -WorkerSize "Small"

此命令會在位於美國西部地理位置的 Default-Web-WestUS 資源群組中建立名為 ContosoASP 的 App Service 方案。 命令會指定基本層,並配置兩個小型背景工作角色。

參數

-AppServicePlan

App Service 方案物件

類型:PSAppServicePlan
Position:0
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-AseName

App Service 環境 名稱

類型:String
Position:6
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-AseResourceGroupName

App Service 環境 資源組名

類型:String
Position:7
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-AsJob

在背景執行 Cmdlet

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-HyperV

指定此專案,App Service 方案將會執行 Windows 容器

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Location

Location

類型:String
Position:2
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Name

App Service 方案名稱

類型:String
Position:1
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-NumberofWorkers

背景工作角色數目

類型:Int32
Position:4
預設值:1
必要:False
接受管線輸入:False
接受萬用字元:False

-PerSiteScaling

是否要啟用每個網站調整

類型:Boolean
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ResourceGroupName

資源群組名稱

類型:String
Position:0
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Tier

類型:String
Position:3
預設值:Free
必要:False
接受管線輸入:False
接受萬用字元:False

-WorkerSize

Web 背景工作角色的大小

類型:String
接受的值:Small, Medium, Large, ExtraLarge
Position:5
預設值:Small
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

AppServicePlan

參數:AppServicePlan (ByValue)

輸出

AppServicePlan