ManagedEnvironmentProperties Class

Managed environment resource specific properties.

Constructor

ManagedEnvironmentProperties(*args: Any, **kwargs: Any)

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
str

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

dapr_ai_connection_string
str

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

vnet_configuration

Vnet configuration for the environment.

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

app_logs_configuration

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

Custom domain configuration for the environment.

event_stream_endpoint
str

The endpoint of the eventstream of the Environment.

workload_profiles

Workload profiles configured for the Managed Environment.

keda_configuration

The configuration of Keda component.

dapr_configuration

The configuration of Dapr component.

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

peer_authentication

Peer authentication settings for the Managed Environment.

peer_traffic_configuration

Peer traffic settings for the Managed Environment.

ingress_configuration

Ingress configuration for the Managed Environment.

private_endpoint_connections

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

app_logs_configuration

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

app_logs_configuration: _models.AppLogsConfiguration | None

custom_domain_configuration

Custom domain configuration for the environment.

custom_domain_configuration: _models.CustomDomainConfiguration | None

dapr_ai_connection_string

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

dapr_ai_connection_string: str | None

dapr_ai_instrumentation_key

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

dapr_ai_instrumentation_key: str | None

dapr_configuration

The configuration of Dapr component.

dapr_configuration: _models.DaprConfiguration | None

default_domain

Default Domain Name for the cluster.

default_domain: str | None

deployment_errors

Any errors that occurred during deployment or deployment validation.

deployment_errors: str | None

event_stream_endpoint

The endpoint of the eventstream of the Environment.

event_stream_endpoint: str | None

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.

infrastructure_resource_group: str | None

ingress_configuration

Ingress configuration for the Managed Environment.

ingress_configuration: _models.IngressConfiguration | None

keda_configuration

The configuration of Keda component.

keda_configuration: _models.KedaConfiguration | None

peer_authentication

Peer authentication settings for the Managed Environment.

peer_authentication: _models.ManagedEnvironmentPropertiesPeerAuthentication | None

peer_traffic_configuration

Peer traffic settings for the Managed Environment.

peer_traffic_configuration: _models.ManagedEnvironmentPropertiesPeerTrafficConfiguration | None

private_endpoint_connections

Private endpoint connections to the resource.

private_endpoint_connections: list['_models.PrivateEndpointConnection'] | None

provisioning_state

"Succeeded", "Failed", "Canceled", "Waiting", "InitializationInProgress", "InfrastructureSetupInProgress", "InfrastructureSetupComplete", "ScheduledForDelete", "UpgradeRequested", and "UpgradeFailed".

provisioning_state: str | _models.EnvironmentProvisioningState | None

public_network_access

'Enabled', 'Disabled'. Known values are: "Enabled" and "Disabled".

public_network_access: str | _models.PublicNetworkAccess | None

static_ip

Static IP of the Environment.

static_ip: str | None

vnet_configuration

Vnet configuration for the environment.

vnet_configuration: _models.VnetConfiguration | None

workload_profiles

Workload profiles configured for the Managed Environment.

workload_profiles: list['_models.WorkloadProfile'] | None

zone_redundant

Whether or not this Managed Environment is zone-redundant.

zone_redundant: bool | None