共用方式為


ConnectedEnvironment 類別

Azure App 服務為 Web 工作負載特製化 Kubernetes 叢集的環境。

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

必須填入所有必要的參數,才能傳送至 Azure。

繼承
azure.mgmt.appcontainers.models._models_py3.TrackedResource
ConnectedEnvironment

建構函式

ConnectedEnvironment(*, location: str, tags: Dict[str, str] | None = None, extended_location: _models.ExtendedLocation | None = None, static_ip: str | None = None, dapr_ai_connection_string: str | None = None, custom_domain_configuration: _models.CustomDomainConfiguration | None = None, **kwargs: Any)

僅限關鍵字參數

名稱 Description
tags

資源標籤。

location
str

資源所在的地理位置。 必要。

extended_location

擴充位置的複雜類型。

static_ip
str

connectedEnvironment 的靜態 IP。

dapr_ai_connection_string
str

Dapr 用來將服務匯出至服務通訊遙測的 Application Insights 連接字串。

custom_domain_configuration

環境的自訂網域組態。

變數

名稱 Description
id
str

資源的完整資源識別碼。 Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。

name
str

資源名稱。

type
str

資源類型。 例如「Microsoft.Compute/virtualMachines」 或 「Microsoft.Storage/storageAccounts」。

system_data

Azure Resource Manager 包含 createdBy 和 modifiedBy 資訊的中繼資料。

tags

資源標籤。

location
str

資源所在的地理位置。 必要。

extended_location

擴充位置的複雜類型。

provisioning_state

Kubernetes 環境的布建狀態。 已知值為:「Succeeded」、「Failed」、「Canceled」、「Waiting」、「InitializationInProgress」、「InfrastructureSetupInProgress」、「InfrastructureSetupComplete」 和 「ScheduledForDelete」。

deployment_errors
str

部署或部署驗證期間發生的任何錯誤。

default_domain
str

叢集的預設功能變數名稱。

static_ip
str

connectedEnvironment 的靜態 IP。

dapr_ai_connection_string
str

Dapr 用來將服務匯出至服務通訊遙測的 Application Insights 連接字串。

custom_domain_configuration

環境的自訂網域組態。