KubeEnvironment Class

A Kubernetes cluster specialized for web workloads by Azure App Service.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.web.v2021_01_15.models._models_py3.Resource
KubeEnvironment

Constructor

KubeEnvironment(*, location: str, kind: Optional[str] = None, tags: Optional[Dict[str, str]] = None, extended_location: Optional[azure.mgmt.web.v2021_01_15.models._models_py3.ExtendedLocation] = None, internal_load_balancer_enabled: Optional[bool] = None, static_ip: Optional[str] = None, arc_configuration: Optional[azure.mgmt.web.v2021_01_15.models._models_py3.ArcConfiguration] = None, app_logs_configuration: Optional[azure.mgmt.web.v2021_01_15.models._models_py3.AppLogsConfiguration] = None, aks_resource_id: Optional[str] = None, **kwargs)

Parameters

kind
str
Required

Kind of resource.

location
str
Required

Required. Resource Location.

tags
dict[str, str]
Required

A set of tags. Resource tags.

extended_location
ExtendedLocation
Required

Extended Location.

internal_load_balancer_enabled
bool
Required

Only visible within Vnet/Subnet.

static_ip
str
Required

Static IP of the KubeEnvironment.

arc_configuration
ArcConfiguration
Required

Cluster configuration which determines the ARC cluster components types. Eg: Choosing between BuildService kind, FrontEnd Service ArtifactsStorageType etc.

app_logs_configuration
AppLogsConfiguration
Required

Cluster configuration which enables the log daemon to export app logs to a destination. Currently only "log-analytics" is supported.

aks_resource_id
str
Required

Variables

id
str

Resource Id.

name
str

Resource Name.

type
str

Resource type.

provisioning_state
str or KubeEnvironmentProvisioningState

Provisioning state of the Kubernetes Environment. Possible values include: "Succeeded", "Failed", "Canceled", "Waiting", "InitializationInProgress", "InfrastructureSetupInProgress", "InfrastructureSetupComplete", "ScheduledForDelete", "UpgradeRequested", "UpgradeFailed".

deployment_errors
str

Any errors that occurred during deployment or deployment validation.

default_domain
str

Default Domain Name for the cluster.