ManagedEnvironmentProperties Class
Managed environment resource specific properties.
Constructor
ManagedEnvironmentProperties()
Variables
| Name | Description |
|---|---|
|
provisioning_state
|
Provisioning state of the Environment. Known values are: "Succeeded", "Failed", "Canceled", "Waiting", "InitializationInProgress", "InfrastructureSetupInProgress", "InfrastructureSetupComplete", "ScheduledForDelete", "UpgradeRequested", and "UpgradeFailed". |
|
dapr_ai_instrumentation_key
|
Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry. |
|
dapr_ai_connection_string
|
Application Insights connection string used by Dapr to export Service to Service communication telemetry. |
|
vnet_configuration
|
<xref:<xref:"VnetConfiguration">>
Vnet configuration for the environment. |
|
deployment_errors
|
Any errors that occurred during deployment or deployment validation. |
|
default_domain
|
Default Domain Name for the cluster. |
|
static_ip
|
Static IP of the Environment. |
|
app_logs_configuration
|
<xref:<xref:"AppLogsConfiguration">>
Cluster configuration which enables the log daemon to export app logs to configured destination. |
|
zone_redundant
|
Whether or not this Managed Environment is zone-redundant. |
|
custom_domain_configuration
|
<xref:<xref:"CustomDomainConfiguration">>
Custom domain configuration for the environment. |
|
event_stream_endpoint
|
The endpoint of the eventstream of the Environment. |
|
workload_profiles
|
list[<xref:"WorkloadProfile">]
Workload profiles configured for the Managed Environment. |
|
keda_configuration
|
<xref:<xref:"KedaConfiguration">>
The configuration of Keda component. |
|
dapr_configuration
|
<xref:<xref:"DaprConfiguration">>
The configuration of Dapr component. |
|
infrastructure_resource_group
|
Name of the platform-managed resource group created for the Managed Environment to host infrastructure resources. If a subnet ID is provided, this resource group will be created in the same subscription as the subnet. |
|
peer_authentication
|
<xref:<xref:"ManagedEnvironmentPropertiesPeerAuthentication">>
Peer authentication settings for the Managed Environment. |
|
peer_traffic_configuration
|
<xref:<xref:"ManagedEnvironmentPropertiesPeerTrafficConfiguration">>
Peer traffic settings for the Managed Environment. |
|
ingress_configuration
|
<xref:<xref:"IngressConfiguration">>
Ingress configuration for the Managed Environment. |
|
private_endpoint_connections
|
list[<xref:"PrivateEndpointConnection">]
Private endpoint connections to the resource. |
|
public_network_access
|
Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled'. Known values are: "Enabled" and "Disabled". |
Attributes
appLogsConfiguration
Cluster configuration which enables the log daemon to export app logs to configured destination.
appLogsConfiguration: AppLogsConfiguration
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
daprAIInstrumentationKey
Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry.
daprAIInstrumentationKey: str
daprConfiguration
The configuration of Dapr component.
daprConfiguration: DaprConfiguration
defaultDomain
Default Domain Name for the cluster.
defaultDomain: str
deploymentErrors
Any errors that occurred during deployment or deployment validation.
deploymentErrors: str
eventStreamEndpoint
The endpoint of the eventstream of the Environment.
eventStreamEndpoint: str
infrastructureResourceGroup
Name of the platform-managed resource group created for the Managed Environment to host infrastructure resources. If a subnet ID is provided, this resource group will be created in the same subscription as the subnet.
infrastructureResourceGroup: str
ingressConfiguration
Ingress configuration for the Managed Environment.
ingressConfiguration: IngressConfiguration
kedaConfiguration
The configuration of Keda component.
kedaConfiguration: KedaConfiguration
peerAuthentication
Peer authentication settings for the Managed Environment.
peerAuthentication: ManagedEnvironmentPropertiesPeerAuthentication
peerTrafficConfiguration
Peer traffic settings for the Managed Environment.
peerTrafficConfiguration: ManagedEnvironmentPropertiesPeerTrafficConfiguration
privateEndpointConnections
Private endpoint connections to the resource.
privateEndpointConnections: list['PrivateEndpointConnection']
provisioningState
"Succeeded", "Failed", "Canceled", "Waiting", "InitializationInProgress", "InfrastructureSetupInProgress", "InfrastructureSetupComplete", "ScheduledForDelete", "UpgradeRequested", and "UpgradeFailed".
provisioningState: str | EnvironmentProvisioningState
publicNetworkAccess
'Enabled', 'Disabled'. Known values are: "Enabled" and "Disabled".
publicNetworkAccess: str | PublicNetworkAccess
staticIp
Static IP of the Environment.
staticIp: str
vnetConfiguration
Vnet configuration for the environment.
vnetConfiguration: VnetConfiguration
workloadProfiles
Workload profiles configured for the Managed Environment.
workloadProfiles: list['WorkloadProfile']
zoneRedundant
Whether or not this Managed Environment is zone-redundant.
zoneRedundant: bool