ManagedEnvironmentDiagnosticsOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:managed_environment_diagnostics> attribute.
Constructor
ManagedEnvironmentDiagnosticsOperations(*args, **kwargs)
Methods
| get_detector |
Get the diagnostics data for a given Managed Environment. Get the diagnostics data for a Managed Environment used to host container apps. |
| list_detectors |
Get the list of diagnostics for a given Managed Environment. Get the list of diagnostics for a Managed Environment used to host container apps. |
get_detector
Get the diagnostics data for a given Managed Environment.
Get the diagnostics data for a Managed Environment used to host container apps.
async get_detector(resource_group_name: str, environment_name: str, detector_name: str, **kwargs: Any) -> Diagnostics
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. Required. |
|
environment_name
Required
|
Name of the Managed Environment. Required. |
|
detector_name
Required
|
Name of the detector. Required. |
Returns
| Type | Description |
|---|---|
|
Diagnostics. The Diagnostics is compatible with MutableMapping |
Exceptions
| Type | Description |
|---|---|
list_detectors
Get the list of diagnostics for a given Managed Environment.
Get the list of diagnostics for a Managed Environment used to host container apps.
async list_detectors(resource_group_name: str, environment_name: str, **kwargs: Any) -> DiagnosticsCollection
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. Required. |
|
environment_name
Required
|
Name of the Managed Environment. Required. |
Returns
| Type | Description |
|---|---|
|
DiagnosticsCollection. The DiagnosticsCollection is compatible with MutableMapping |
Exceptions
| Type | Description |
|---|---|