你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

KubeEnvironment 类

Azure 应用服务专用于 Web 工作负载的 Kubernetes 群集。

变量仅由服务器填充,在发送请求时将被忽略。

必须填充所有必需的参数才能发送到 Azure。

继承
azure.mgmt.web.v2021_03_01.models._models_py3.Resource
KubeEnvironment

构造函数

KubeEnvironment(*, location: str, kind: str | None = None, tags: Dict[str, str] | None = None, extended_location: _models.ExtendedLocation | None = None, internal_load_balancer_enabled: bool | None = None, static_ip: str | None = None, environment_type: 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
str

资源类型。

location
str

资源位置。 必需。

tags

资源标记。

extended_location

扩展位置。

internal_load_balancer_enabled

仅在 Vnet/子网中可见。

static_ip
str

KubeEnvironment 的静态 IP。

environment_type
str

Kubernetes 环境的类型。 仅支持值为 Managed 的容器应用环境。

arc_configuration

确定 ARC 群集组件类型的群集配置。 例如:在 BuildService 类型、FrontEnd Service ArtifactsStorageType 等之间进行选择。

app_logs_configuration

群集配置,使日志守护程序能够将应用日志导出到目标。 目前仅支持“log-analytics”。

container_apps_configuration

容器应用环境的群集配置,用于配置 Dapr 检测密钥和 VNET 配置。

aks_resource_id
str

变量

名称 说明
id
str

资源 ID。

name
str

资源名称。

kind
str

资源类型。

location
str

资源位置。 必需。

type
str

资源类型。

tags

资源标记。

extended_location

扩展位置。

provisioning_state

Kubernetes 环境的预配状态。 已知值为:“Succeeded”、“Failed”、“Canceled”、“Waiting”、“InitializationInProgress”、“InfrastructureSetupInProgress”、“InfrastructureSetupComplete”、“ScheduledForDelete”、“UpgradeRequested”和“UpgradeFailed”。

deployment_errors
str

部署或部署验证期间发生的任何错误。

internal_load_balancer_enabled

仅在 Vnet/子网中可见。

default_domain
str

群集的默认域名。

static_ip
str

KubeEnvironment 的静态 IP。

environment_type
str

Kubernetes 环境的类型。 仅支持值为 Managed 的容器应用环境。

arc_configuration

确定 ARC 群集组件类型的群集配置。 例如:在 BuildService 类型、FrontEnd Service ArtifactsStorageType 等之间进行选择。

app_logs_configuration

群集配置,使日志守护程序能够将应用日志导出到目标。 目前仅支持“log-analytics”。

container_apps_configuration

容器应用环境的群集配置,用于配置 Dapr 检测密钥和 VNET 配置。

aks_resource_id
str