ConnectedEnvironment Klas
Een omgeving voor Kubernetes-clusters die zijn gespecialiseerd voor webworkloads door Azure App Service.
Variabelen worden alleen ingevuld door de server en worden genegeerd bij het verzenden van een aanvraag.
Alle vereiste parameters moeten worden ingevuld om naar Azure te kunnen worden verzonden.
- Overname
-
azure.mgmt.appcontainers.models._models_py3.TrackedResourceConnectedEnvironment
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
|
Resourcetags. |
location
|
De geografische locatie waar de resource zich bevindt. Vereist. |
extended_location
|
Het complexe type van de uitgebreide locatie. |
static_ip
|
Statisch IP-adres van de connectedEnvironment. |
dapr_ai_connection_string
|
Application Insights connection string gebruikt door Dapr om service-naar-service-communicatietelemetrie te exporteren. |
custom_domain_configuration
|
Aangepaste domeinconfiguratie voor de omgeving. |
Variabelen
Name | Description |
---|---|
id
|
Volledig gekwalificeerde resource-id voor de resource. Bijvoorbeeld : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
name
|
De naam van de resource. |
type
|
Het type resource. Bijvoorbeeld 'Microsoft.Compute/virtualMachines' of 'Microsoft.Storage/storageAccounts'. |
system_data
|
Azure Resource Manager metagegevens met informatie over createdBy en modifiedBy. |
tags
|
Resourcetags. |
location
|
De geografische locatie waar de resource zich bevindt. Vereist. |
extended_location
|
Het complexe type van de uitgebreide locatie. |
provisioning_state
|
Inrichtingsstatus van de Kubernetes-omgeving. Bekende waarden zijn: 'Succeeded', 'Failed', 'Canceled', 'Waiting', 'InitializationInProgress', 'InfrastructureSetupInProgress', 'InfrastructureSetupComplete' en 'ScheduledForDelete'. |
deployment_errors
|
Eventuele fouten die zijn opgetreden tijdens de implementatie of implementatievalidatie. |
default_domain
|
Standaarddomeinnaam voor het cluster. |
static_ip
|
Statisch IP-adres van de connectedEnvironment. |
dapr_ai_connection_string
|
Application Insights connection string gebruikt door Dapr om service-naar-service-communicatietelemetrie te exporteren. |
custom_domain_configuration
|
Aangepaste domeinconfiguratie voor de omgeving. |
Azure SDK for Python