다음을 통해 공유


ConnectedEnvironment Class

An environment for Kubernetes cluster specialized for web workloads by Azure App Service.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.appcontainers.models._models_py3.TrackedResource
ConnectedEnvironment

Constructor

ConnectedEnvironment(*, location: str, tags: Dict[str, str] | None = None, extended_location: _models.ExtendedLocation | None = None, static_ip: str | None = None, dapr_ai_connection_string: str | None = None, custom_domain_configuration: _models.CustomDomainConfiguration | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
tags

Resource tags.

location
str

The geo-location where the resource lives. Required.

extended_location

The complex type of the extended location.

static_ip
str

Static IP of the connectedEnvironment.

dapr_ai_connection_string
str

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

custom_domain_configuration

Custom domain configuration for the environment.

Variables

Name Description
id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

system_data

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags

Resource tags.

location
str

The geo-location where the resource lives. Required.

extended_location

The complex type of the extended location.

provisioning_state

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

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

dapr_ai_connection_string
str

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

custom_domain_configuration

Custom domain configuration for the environment.