ConnectedEnvironmentProperties Class

ConnectedEnvironment resource specific properties.

Constructor

ConnectedEnvironmentProperties()

Variables

Name Description
provisioning_state
Union[str, <xref:"ConnectedEnvironmentProvisioningState">]

Provisioning state of the Kubernetes Environment. Known values are: "Succeeded", "Failed", "Canceled", "Waiting", "InitializationInProgress", "InfrastructureSetupInProgress", "InfrastructureSetupComplete", and "ScheduledForDelete".

deployment_errors
str

Any errors that occurred during deployment or deployment validation.

default_domain
str

Default Domain Name for the cluster.

static_ip
str

Static IP of the connectedEnvironment.

dapr_ai_connection_string
str

Application Insights connection string used by Dapr to export Service to Service communication telemetry.

custom_domain_configuration
<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