ManagedEnvironmentProperties Class

Managed environment resource specific properties.

Constructor

ManagedEnvironmentProperties()

Variables

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

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

daprAIInstrumentationKey
str

Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry.

daprAIConnectionString
str

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

vnetConfiguration
<xref:<xref:"VnetConfiguration">>

Vnet configuration for the environment.

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 Environment.

appLogsConfiguration
<xref:<xref:"AppLogsConfiguration">>

Cluster configuration which enables the log daemon to export app logs to configured destination.

appInsightsConfiguration
<xref:<xref:"AppInsightsConfiguration">>

Environment level Application Insights configuration.

openTelemetryConfiguration
<xref:<xref:"OpenTelemetryConfiguration">>

Environment Open Telemetry configuration.

zoneRedundant

Whether or not this Managed Environment is zone-redundant.

customDomainConfiguration
<xref:<xref:"CustomDomainConfiguration">>

Custom domain configuration for the environment.

eventStreamEndpoint
str

The endpoint of the eventstream of the Environment.

workloadProfiles
list[<xref:"WorkloadProfile">]

Workload profiles configured for the Managed Environment.

kedaConfiguration
<xref:<xref:"KedaConfiguration">>

The configuration of Keda component.

daprConfiguration
<xref:<xref:"DaprConfiguration">>

The configuration of Dapr component.

infrastructureResourceGroup
str

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.

peerAuthentication
<xref:<xref:"ManagedEnvironmentPropertiesPeerAuthentication">>

Peer authentication settings for the Managed Environment.

peerTrafficConfiguration
<xref:<xref:"ManagedEnvironmentPropertiesPeerTrafficConfiguration">>

Peer traffic settings for the Managed Environment.

ingressConfiguration
<xref:<xref:"IngressConfiguration">>

Ingress configuration for the Managed Environment.

environmentMode
Union[str, <xref:"ManagedEnvironmentMode">]

Mode of the environment. Allowed Values: 'ConsumptionOnly', 'WorkloadProfiles', 'Express', 'Archived'. Known values are: "ConsumptionOnly", "WorkloadProfiles", "Express", and "Archived".

privateEndpointConnections
list[<xref:"PrivateEndpointConnection">]

Private endpoint connections to the resource.

publicNetworkAccess
Union[str, <xref:"PublicNetworkAccess">]

Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled'. Known values are: "Enabled" and "Disabled".

Attributes

appInsightsConfiguration

Environment level Application Insights configuration.

appInsightsConfiguration: AppInsightsConfiguration

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

environmentMode

'ConsumptionOnly', 'WorkloadProfiles', 'Express', 'Archived'. Known values are: "ConsumptionOnly", "WorkloadProfiles", "Express", and "Archived".

environmentMode: str | ManagedEnvironmentMode

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

openTelemetryConfiguration

Environment Open Telemetry configuration.

openTelemetryConfiguration: OpenTelemetryConfiguration

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