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: Optional[str] = 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
- arc_configuration
- ArcConfiguration
Cluster configuration which determines the ARC cluster components types. Eg: Choosing between BuildService kind, FrontEnd Service ArtifactsStorageType etc.
- app_logs_configuration
- AppLogsConfiguration
Cluster configuration which enables the log daemon to export app logs to a destination. Currently only "log-analytics" is supported.
- aks_resource_id
- str
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.
Feedback
Submit and view feedback for