共用方式為


Set-AzureRmAppServicePlan

設定 Azure App 服務計劃。

警告

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

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

語法

Set-AzureRmAppServicePlan
   [[-AdminSiteName] <String>]
   [[-Tier] <String>]
   [[-NumberofWorkers] <Int32>]
   [[-WorkerSize] <String>]
   [-PerSiteScaling <Boolean>]
   [-AsJob]
   [-ResourceGroupName] <String>
   [-Name] <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Set-AzureRmAppServicePlan
   [-AsJob]
   [-AppServicePlan] <PSAppServicePlan>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Set-AzureRmAppServicePlan Cmdlet 會設定 Azure App 服務 方案。

範例

1:修改 App Service 方案

PS C:\>Set-AzureRmAppServicePlan -ResourceGroupName "Default-Web-WestUS" -Name "ContosoASP" -PerSiteScaling $true

此命令會將 PerSiteScaling 選項設定為 true,在名為 ContosoASP 的 App Service 方案上,該方案屬於名為 Default-Web-WestUS 的資源群組。

參數

-AdminSiteName

管理網站名稱

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

-AppServicePlan

App Service 方案物件

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

-AsJob

在背景執行 Cmdlet

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

-DefaultProfile

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

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

-Name

App Service 方案名稱

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

-NumberofWorkers

背景工作角色數目

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

-PerSiteScaling

每個網站調整布爾值

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

-ResourceGroupName

資源群組名稱

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

-Tier

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

-WorkerSize

背景工作角色大小

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

輸入

AppServicePlan

參數:AppServicePlan (ByValue)

輸出

AppServicePlan