共用方式為


AppServiceEnvironmentPatchResource 類別

App Service 環境的 ARM 資源。

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

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

建構函式

AppServiceEnvironmentPatchResource(*, kind: str | None = None, name_properties_name: str | None = None, location: str | None = None, vnet_name: str | None = None, vnet_resource_group_name: str | None = None, vnet_subnet_name: str | None = None, virtual_network: _models.VirtualNetworkProfile | None = None, internal_load_balancing_mode: str | _models.InternalLoadBalancingMode | None = None, multi_size: str | None = None, multi_role_count: int | None = None, worker_pools: List[_models.WorkerPool] | None = None, ipssl_address_count: int | None = None, dns_suffix: str | None = None, network_access_control_list: List[_models.NetworkAccessControlEntry] | None = None, front_end_scale_factor: int | None = None, api_management_account_id: str | None = None, suspended: bool | None = None, dynamic_cache_enabled: bool | None = None, cluster_settings: List[_models.NameValuePair] | None = None, user_whitelisted_ip_ranges: List[str] | None = None, **kwargs: Any)

僅限關鍵字的參數

名稱 Description
kind
str

資源種類。

name_properties_name
str

App Service 環境的名稱。

location
str

App Service 環境的位置,例如「美國西部」。

vnet_name
str

App Service 環境的虛擬網路名稱。

vnet_resource_group_name
str

虛擬網路的資源群組。

vnet_subnet_name
str

虛擬網路的子網。

virtual_network

虛擬網路的描述。

internal_load_balancing_mode

指定要在App Service 環境虛擬網路內部提供哪些端點。 已知值為:「None」、「Web」 和 「Publishing」。

multi_size
str

前端 VM 大小,例如 「Medium」、「Large」。

multi_role_count
int

前端實例的數目。

worker_pools

具有背景工作大小識別碼、VM 大小和每個集區中背景工作角色數目的背景工作集區描述。

ipssl_address_count
int

保留給App Service 環境的 IP SSL 位址數目。

dns_suffix
str

App Service 環境的 DNS 尾碼。

network_access_control_list

存取控制清單,用於控制App Service 環境的流量。

front_end_scale_factor
int

前端的縮放比例。

api_management_account_id
str

API 管理與App Service 環境相關聯的帳戶。

suspended

<code>true</code>如果App Service 環境暫停,則為 , <code>false</code> 否則為 。 環境可以暫停,例如當管理端點不再可用時

(最有可能是因為 NSG 封鎖傳入流量) 。

dynamic_cache_enabled

True/false 表示App Service 環境是否暫停。 環境可能會暫停,例如當管理端點不再可用時, (最有可能是因為 NSG 封鎖傳入流量) 。

cluster_settings

變更App Service 環境行為的自訂設定。

user_whitelisted_ip_ranges

使用者新增了 ASE db 上允許的 IP 範圍清單。

變數

名稱 Description
id
str

資源識別碼。

name
str

資源名稱。

kind
str

資源種類。

type
str

資源類型。

name_properties_name
str

App Service 環境的名稱。

location
str

App Service 環境的位置,例如「美國西部」。

provisioning_state

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

status

App Service 環境的目前狀態。 已知值為:「準備」、「就緒」、「調整」和「刪除」。

vnet_name
str

App Service 環境的虛擬網路名稱。

vnet_resource_group_name
str

虛擬網路的資源群組。

vnet_subnet_name
str

虛擬網路的子網。

virtual_network

虛擬網路的描述。

internal_load_balancing_mode

指定要在App Service 環境虛擬網路內部提供哪些端點。 已知值為:「None」、「Web」 和 「Publishing」。

multi_size
str

前端 VM 大小,例如 「Medium」、「Large」。

multi_role_count
int

前端實例的數目。

worker_pools

具有背景工作大小識別碼、VM 大小和每個集區中背景工作角色數目的背景工作集區描述。

ipssl_address_count
int

保留給App Service 環境的 IP SSL 位址數目。

database_edition
str

App Service 環境的中繼資料資料庫版本,例如「Standard」。

database_service_objective
str

App Service 環境中繼資料資料庫的服務目標,例如 「S0」。

upgrade_domains
int

App Service 環境的升級網域數目。

subscription_id
str

App Service 環境的訂用帳戶。

dns_suffix
str

App Service 環境的 DNS 尾碼。

last_action
str

App Service 環境的最後一個部署動作。

last_action_result
str

App Service 環境上最後一個部署動作的結果。

allowed_multi_sizes
str

以逗號分隔的字串清單,描述前端允許的 VM 大小。

allowed_worker_sizes
str

描述背景工作角色允許哪些 VM 大小的逗號分隔字串清單。

maximum_number_of_machines
int

App Service 環境中的 VM 數目上限。

vip_mappings

App Service 環境 IP SSL 對應的描述。

environment_capacities

目前的總、已使用和可用的背景工作角色容量。

network_access_control_list

存取控制清單,用於控制App Service 環境的流量。

environment_is_healthy

True/false 表示App Service 環境狀況良好。

environment_status
str

詳細訊息,其中包含App Service 環境最後一次檢查的結果。

resource_group
str

App Service 環境的資源群組。

front_end_scale_factor
int

前端的縮放比例。

default_front_end_scale_factor
int

FrontEnds 的預設縮放比例。

api_management_account_id
str

API 管理與App Service 環境相關聯的帳戶。

suspended

<code>true</code>如果App Service 環境暫停,則為 , <code>false</code> 否則為 。 環境可以暫停,例如當管理端點不再可用時

(最有可能是因為 NSG 封鎖傳入流量) 。

dynamic_cache_enabled

True/false 表示App Service 環境是否暫停。 環境可能會暫停,例如當管理端點不再可用時, (最有可能是因為 NSG 封鎖傳入流量) 。

cluster_settings

變更App Service 環境行為的自訂設定。

user_whitelisted_ip_ranges

使用者新增了 ASE db 上允許的 IP 範圍清單。