次の方法で共有


ManagedEnvironment クラス

コンテナー アプリをホストするための環境。

変数はサーバーによってのみ設定され、要求の送信時には無視されます。

Azure に送信するには、必要なすべてのパラメーターを設定する必要があります。

継承
azure.mgmt.appcontainers.models._models_py3.TrackedResource
ManagedEnvironment

コンストラクター

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)

Keyword-Only パラメータ

名前 説明
tags

リソース タグ。

location
str

リソースが保存されている地理的な場所。 必須。

kind
str

環境の種類。

dapr_ai_instrumentation_key
str

サービスをサービス通信テレメトリにエクスポートするために Dapr によって使用される Azure Monitor インストルメンテーション キー。

dapr_ai_connection_string
str

サービスをサービス通信テレメトリにエクスポートするために Dapr によって使用される Application Insights 接続文字列。

vnet_configuration

環境の Vnet 構成。

app_logs_configuration

ログ デーモンがアプリ ログを宛先にエクスポートできるようにするクラスター構成。 現在、"log-analytics" のみがサポートされています。

zone_redundant

このマネージド環境がゾーン冗長かどうか。

custom_domain_configuration

環境のカスタム ドメイン構成。

workload_profiles

Managed Environment 用に構成されたワークロード プロファイル。

keda_configuration

Keda コンポーネントの構成。

dapr_configuration

Dapr コンポーネントの構成。

infrastructure_resource_group
str

インフラストラクチャ リソースをホストするために Managed Environment 用に作成されたプラットフォームマネージド リソース グループの名前。 サブネット ID が指定されている場合、このリソース グループはサブネットと同じサブスクリプションに作成されます。

peer_authentication

マネージド環境のピア認証設定。

変数

名前 説明
id
str

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
str

リソースの名前。

type
str

リソースの型。 たとえば、"Microsoft.Compute/virtualMachines" や "Microsoft.Storage/storageAccounts" などです。

system_data

createdBy および modifiedBy 情報を含む Azure Resource Manager メタデータ。

tags

リソース タグ。

location
str

リソースが保存されている地理的な場所。 必須です。

kind
str

環境の種類。

provisioning_state

環境のプロビジョニング状態。 既知の値は、"Succeeded"、"Failed"、"Canceled"、"Waiting"、"InitializationInProgress"、"InfrastructureSetupInProgress"、"InfrastructureSetupComplete"、"ScheduledForDelete"、"UpgradeRequested"、および "UpgradeFailed" です。

dapr_ai_instrumentation_key
str

サービスをサービス通信テレメトリにエクスポートするために Dapr によって使用される Azure Monitor インストルメンテーション キー。

dapr_ai_connection_string
str

サービスをサービス通信テレメトリにエクスポートするために Dapr によって使用される Application Insights 接続文字列。

vnet_configuration

環境の Vnet 構成。

deployment_errors
str

デプロイまたはデプロイの検証中に発生したエラー。

default_domain
str

クラスターの既定のドメイン名。

static_ip
str

環境の静的 IP。

app_logs_configuration

ログ デーモンがアプリ ログを宛先にエクスポートできるようにするクラスター構成。 現在、"log-analytics" のみがサポートされています。

zone_redundant

このマネージド環境がゾーン冗長かどうか。

custom_domain_configuration

環境のカスタム ドメイン構成。

event_stream_endpoint
str

環境のイベントストリームのエンドポイント。

workload_profiles

Managed Environment 用に構成されたワークロード プロファイル。

keda_configuration

Keda コンポーネントの構成。

dapr_configuration

Dapr コンポーネントの構成。

infrastructure_resource_group
str

インフラストラクチャ リソースをホストするために Managed Environment 用に作成されたプラットフォームマネージド リソース グループの名前。 サブネット ID が指定されている場合、このリソース グループはサブネットと同じサブスクリプションに作成されます。

peer_authentication

マネージド環境のピア認証設定。