ManagedEnvironment 類別
裝載容器應用程式的環境。
變數只會由伺服器填入,而且會在傳送要求時予以忽略。
必須填入所有必要的參數,才能傳送至 Azure。
- 繼承
-
azure.mgmt.appcontainers.models._models_py3.TrackedResourceManagedEnvironment
建構函式
ManagedEnvironment(*, location: str, tags: Dict[str, str] | None = None, kind: str | None = None, dapr_ai_instrumentation_key: str | None = None, dapr_ai_connection_string: str | None = None, vnet_configuration: _models.VnetConfiguration | None = None, app_logs_configuration: _models.AppLogsConfiguration | None = None, zone_redundant: bool | None = None, custom_domain_configuration: _models.CustomDomainConfiguration | None = None, workload_profiles: List[_models.WorkloadProfile] | None = None, keda_configuration: _models.KedaConfiguration | None = None, dapr_configuration: _models.DaprConfiguration | None = None, infrastructure_resource_group: str | None = None, peer_authentication: _models.ManagedEnvironmentPropertiesPeerAuthentication | None = None, **kwargs: Any)
僅限關鍵字參數
名稱 | Description |
---|---|
tags
|
資源標籤。 |
location
|
資源所在的地理位置。 必要。 |
kind
|
環境的種類。 |
dapr_ai_instrumentation_key
|
Dapr 用來將服務匯出至服務通訊遙測的 Azure 監視器檢測金鑰。 |
dapr_ai_connection_string
|
Dapr 用來將服務匯出至服務通訊遙測的 Application Insights 連接字串。 |
vnet_configuration
|
環境的 Vnet 組態。 |
app_logs_configuration
|
叢集設定,可讓記錄精靈將應用程式記錄匯出至目的地。 目前僅支援 「log-analytics」。 |
zone_redundant
|
此受控環境是否為區域備援。 |
custom_domain_configuration
|
環境的自訂網域設定。 |
workload_profiles
|
針對受控環境設定的工作負載設定檔。 |
keda_configuration
|
Keda 元件的組態。 |
dapr_configuration
|
Dapr 元件的組態。 |
infrastructure_resource_group
|
為受控環境建立的平臺管理資源群組名稱,以裝載基礎結構資源。 如果提供子網識別碼,則會在與子網相同的訂用帳戶中建立此資源群組。 |
peer_authentication
|
受控環境的對等驗證設定。 |
變數
名稱 | Description |
---|---|
id
|
資源的完整資源識別碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。 |
name
|
資源名稱。 |
type
|
資源類型。 例如 「Microsoft.Compute/virtualMachines」 或 「Microsoft.Storage/storageAccounts」。 |
system_data
|
Azure Resource Manager 包含 createdBy 和 modifiedBy 資訊的中繼資料。 |
tags
|
資源標籤。 |
location
|
資源所在的地理位置。 必要。 |
kind
|
環境的種類。 |
provisioning_state
|
環境的布建狀態。 已知值為:「Succeeded」、「Failed」、「Canceled」、「Waiting」、「InitializationInProgress」、「InfrastructureSetupInProgress」、「InfrastructureSetupComplete」、「ScheduledForDelete」、「UpgradeRequested」 和 「UpgradeFailed」。 |
dapr_ai_instrumentation_key
|
Dapr 用來將服務匯出至服務通訊遙測的 Azure 監視器檢測金鑰。 |
dapr_ai_connection_string
|
Dapr 用來將服務匯出至服務通訊遙測的 Application Insights 連接字串。 |
vnet_configuration
|
環境的 Vnet 組態。 |
deployment_errors
|
部署或部署驗證期間發生的任何錯誤。 |
default_domain
|
叢集的預設功能變數名稱。 |
static_ip
|
環境的靜態 IP。 |
app_logs_configuration
|
叢集設定,可讓記錄精靈將應用程式記錄匯出至目的地。 目前僅支援 「log-analytics」。 |
zone_redundant
|
此受控環境是否為區域備援。 |
custom_domain_configuration
|
環境的自訂網域設定。 |
event_stream_endpoint
|
Environment 事件資料流程的端點。 |
workload_profiles
|
針對受控環境設定的工作負載設定檔。 |
keda_configuration
|
Keda 元件的組態。 |
dapr_configuration
|
Dapr 元件的組態。 |
infrastructure_resource_group
|
為受控環境建立的平臺管理資源群組名稱,以裝載基礎結構資源。 如果提供子網識別碼,則會在與子網相同的訂用帳戶中建立此資源群組。 |
peer_authentication
|
受控環境的對等驗證設定。 |