KubeEnvironmentPatchResource Class
ARM resource for a KubeEnvironment when patching.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2021_01_15.models._models_py3.ProxyOnlyResourceKubeEnvironmentPatchResource
Constructor
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, aks_resource_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
internal_load_balancer_enabled
|
Only visible within Vnet/Subnet. |
static_ip
|
Static IP of the KubeEnvironment. |
arc_configuration
|
Cluster configuration which determines the ARC cluster components types. Eg: Choosing between BuildService kind, FrontEnd Service ArtifactsStorageType etc. |
app_logs_configuration
|
Cluster configuration which enables the log daemon to export app logs to a destination. Currently only "log-analytics" is supported. |
aks_resource_id
|
|
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
provisioning_state
|
Provisioning state of the Kubernetes Environment. Known values are: "Succeeded", "Failed", "Canceled", "Waiting", "InitializationInProgress", "InfrastructureSetupInProgress", "InfrastructureSetupComplete", "ScheduledForDelete", "UpgradeRequested", and "UpgradeFailed". |
deployment_errors
|
Any errors that occurred during deployment or deployment validation. |
internal_load_balancer_enabled
|
Only visible within Vnet/Subnet. |
default_domain
|
Default Domain Name for the cluster. |
static_ip
|
Static IP of the KubeEnvironment. |
arc_configuration
|
Cluster configuration which determines the ARC cluster components types. Eg: Choosing between BuildService kind, FrontEnd Service ArtifactsStorageType etc. |
app_logs_configuration
|
Cluster configuration which enables the log daemon to export app logs to a destination. Currently only "log-analytics" is supported. |
aks_resource_id
|
|
Azure SDK for Python