ConnectedEnvironmentProperties Class
ConnectedEnvironment resource specific properties.
Constructor
ConnectedEnvironmentProperties()
Variables
| Name | Description |
|---|---|
|
provisioningState
|
Provisioning state of the Kubernetes Environment. Known values are: "Succeeded", "Failed", "Canceled", "Waiting", "InitializationInProgress", "InfrastructureSetupInProgress", "InfrastructureSetupComplete", and "ScheduledForDelete". |
|
deploymentErrors
|
Any errors that occurred during deployment or deployment validation. |
|
defaultDomain
|
Default Domain Name for the cluster. |
|
staticIp
|
Static IP of the connectedEnvironment. |
|
daprAIConnectionString
|
Application Insights connection string used by Dapr to export Service to Service communication telemetry. |
|
customDomainConfiguration
|
<xref:<xref:"CustomDomainConfiguration">>
Custom domain configuration for the environment. |
Attributes
customDomainConfiguration
Custom domain configuration for the environment.
customDomainConfiguration: CustomDomainConfiguration
daprAIConnectionString
Application Insights connection string used by Dapr to export Service to Service communication telemetry.
daprAIConnectionString: str
defaultDomain
Default Domain Name for the cluster.
defaultDomain: str
deploymentErrors
Any errors that occurred during deployment or deployment validation.
deploymentErrors: str
provisioningState
"Succeeded", "Failed", "Canceled", "Waiting", "InitializationInProgress", "InfrastructureSetupInProgress", "InfrastructureSetupComplete", and "ScheduledForDelete".
provisioningState: str | ConnectedEnvironmentProvisioningState
staticIp
Static IP of the connectedEnvironment.
staticIp: str