ConnectedEnvironmentProperties Class

ConnectedEnvironment resource specific properties.

Constructor

ConnectedEnvironmentProperties()

Variables

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

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

deploymentErrors
str

Any errors that occurred during deployment or deployment validation.

defaultDomain
str

Default Domain Name for the cluster.

staticIp
str

Static IP of the connectedEnvironment.

daprAIConnectionString
str

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