ConnectedEnvironmentProperties interface
ConnectedEnvironment resource specific properties
Properties
| custom |
Custom domain configuration for the environment |
| dapr |
Application Insights connection string used by Dapr to export Service to Service communication telemetry |
| default |
Default Domain Name for the cluster |
| deployment |
Any errors that occurred during deployment or deployment validation |
| provisioning |
Provisioning state of the Kubernetes Environment. |
| static |
Static IP of the connectedEnvironment |
Property Details
customDomainConfiguration
Custom domain configuration for the environment
customDomainConfiguration?: CustomDomainConfiguration
Property Value
daprAIConnectionString
Application Insights connection string used by Dapr to export Service to Service communication telemetry
daprAIConnectionString?: string
Property Value
string
defaultDomain
Default Domain Name for the cluster
defaultDomain?: string
Property Value
string
deploymentErrors
Any errors that occurred during deployment or deployment validation
deploymentErrors?: string
Property Value
string
provisioningState
Provisioning state of the Kubernetes Environment.
provisioningState?: string
Property Value
string
staticIp
Static IP of the connectedEnvironment
staticIp?: string
Property Value
string