KubeEnvironmentPatchResource クラス
パッチ適用時の KubeEnvironment の ARM リソース。
変数はサーバーによってのみ設定され、要求の送信時には無視されます。
- 継承
-
azure.mgmt.web.v2023_01_01.models._models_py3.ProxyOnlyResourceKubeEnvironmentPatchResource
コンストラクター
KubeEnvironmentPatchResource(*, kind: str | None = None, internal_load_balancer_enabled: bool | None = None, static_ip: str | None = None, arc_configuration: _models.ArcConfiguration | None = None, app_logs_configuration: _models.AppLogsConfiguration | None = None, container_apps_configuration: _models.ContainerAppsConfiguration | None = None, aks_resource_id: str | None = None, **kwargs: Any)
キーワードのみのパラメーター
名前 | 説明 |
---|---|
kind
|
リソースの種類。 |
internal_load_balancer_enabled
|
Vnet/Subnet 内でのみ表示されます。 |
static_ip
|
KubeEnvironment の静的 IP。 |
arc_configuration
|
ARC クラスター コンポーネントの種類を決定するクラスター構成。 例: BuildService の種類、FrontEnd Service ArtifactsStorageType などを選択します。 |
app_logs_configuration
|
ログ デーモンがアプリ ログを宛先にエクスポートできるようにするクラスター構成。 現在、"log-analytics" のみがサポートされています。 |
container_apps_configuration
|
Dapr Instrumentation Key と VNET 構成を構成するための Container Apps 環境のクラスター構成。 |
aks_resource_id
|
|
変数
名前 | 説明 |
---|---|
id
|
リソース ID。 |
name
|
リソース名。 |
kind
|
リソースの種類。 |
type
|
リソースの種類。 |
provisioning_state
|
Kubernetes 環境のプロビジョニング状態。 既知の値は、"Succeeded"、"Failed"、"Canceled"、"Waiting"、"InitializationInProgress"、"InfrastructureSetupInProgress"、"InfrastructureSetupComplete"、"ScheduledForDelete"、"UpgradeRequested"、および "UpgradeFailed" です。 |
deployment_errors
|
デプロイまたはデプロイの検証中に発生したエラー。 |
internal_load_balancer_enabled
|
Vnet/Subnet 内でのみ表示されます。 |
default_domain
|
クラスターの既定のドメイン名。 |
static_ip
|
KubeEnvironment の静的 IP。 |
arc_configuration
|
ARC クラスター コンポーネントの種類を決定するクラスター構成。 例: BuildService の種類、FrontEnd Service ArtifactsStorageType などを選択します。 |
app_logs_configuration
|
ログ デーモンがアプリ ログを宛先にエクスポートできるようにするクラスター構成。 現在、"log-analytics" のみがサポートされています。 |
container_apps_configuration
|
Dapr Instrumentation Key と VNET 構成を構成するための Container Apps 環境のクラスター構成。 |
aks_resource_id
|
|
Azure SDK for Python