共用方式為


AppServicePlanPatchResource 類別

App Service 方案的 ARM 資源。

變數只會由伺服器填入,而且會在傳送要求時予以忽略。

繼承
azure.mgmt.web.v2016_09_01.models._models_py3.ProxyOnlyResource
AppServicePlanPatchResource

建構函式

AppServicePlanPatchResource(*, kind: str | None = None, name_properties_name: str | None = None, worker_tier_name: str | None = None, admin_site_name: str | None = None, hosting_environment_profile: _models.HostingEnvironmentProfile | None = None, per_site_scaling: bool = False, is_spot: bool | None = None, spot_expiration_time: datetime | None = None, reserved: bool = False, target_worker_count: int | None = None, target_worker_size_id: int | None = None, **kwargs: Any)

僅限關鍵字的參數

名稱 Description
kind
str

資源種類。

name_properties_name
str

App Service方案的名稱。

worker_tier_name
str

指派給App Service方案的目標背景工作層級。

admin_site_name
str

App Service計畫管理網站。

hosting_environment_profile

用於App Service方案的App Service 環境規格。

per_site_scaling

如果 <code>true</code> 為 ,則指派給此App Service方案的應用程式可以獨立調整。 如果 <code>false</code> 為 ,則指派給此App Service方案的應用程式將會調整為方案的所有實例。

is_spot

如果 <code>true</code> 為 ,則此App Service規劃擁有現成實例。

spot_expiration_time

伺服器陣列到期的時間。 只有在它是現成伺服器陣列時才有效。

reserved

如果 Linux App Service 方案,則為 <code>true</code><code>false</code> 否則為 。

target_worker_count
int

調整背景工作計數。

target_worker_size_id
int

調整背景工作大小識別碼。

變數

名稱 Description
id
str

資源識別碼。

name
str

資源名稱。

kind
str

資源種類。

type
str

資源類型。

name_properties_name
str

App Service方案的名稱。

worker_tier_name
str

指派給App Service方案的目標背景工作層級。

status

App Service計畫狀態。 已知值為:「就緒」、「擱置中」和「建立」。

subscription
str

App Service方案訂用帳戶。

admin_site_name
str

App Service計畫管理網站。

hosting_environment_profile

用於App Service方案的App Service 環境規格。

maximum_number_of_workers
int

可指派給此App Service方案的實例數目上限。

geo_region
str

App Service方案的地理位置。

per_site_scaling

如果 <code>true</code> 為 ,則指派給此App Service方案的應用程式可以獨立調整。 如果 <code>false</code> 為 ,則指派給此App Service方案的應用程式將會調整為方案的所有實例。

number_of_sites
int

指派給此App Service方案的應用程式數目。

is_spot

如果 <code>true</code> 為 ,則此App Service規劃擁有現成實例。

spot_expiration_time

伺服器陣列到期的時間。 只有在它是現成伺服器陣列時才有效。

resource_group
str

App Service計畫的資源群組。

reserved

如果 Linux App Service 方案,則為 <code>true</code><code>false</code> 否則為 。

target_worker_count
int

調整背景工作計數。

target_worker_size_id
int

調整背景工作大小識別碼。

provisioning_state

App Service 環境的布建狀態。 已知值為:「成功」、「失敗」、「已取消」、「InProgress」和「刪除」。