ManagedEnvironmentDiagnostics interface
Interface representing a ManagedEnvironmentDiagnostics.
Methods
get |
Get the diagnostics data for a Managed Environment used to host container apps. |
list |
Get the list of diagnostics for a Managed Environment used to host container apps. |
Method Details
getDetector(string, string, string, ManagedEnvironmentDiagnosticsGetDetectorOptionalParams)
Get the diagnostics data for a Managed Environment used to host container apps.
function getDetector(resourceGroupName: string, environmentName: string, detectorName: string, options?: ManagedEnvironmentDiagnosticsGetDetectorOptionalParams): Promise<Diagnostics>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- environmentName
-
string
Name of the Environment.
- detectorName
-
string
Name of the Managed Environment detector.
The options parameters.
Returns
Promise<Diagnostics>
listDetectors(string, string, ManagedEnvironmentDiagnosticsListDetectorsOptionalParams)
Get the list of diagnostics for a Managed Environment used to host container apps.
function listDetectors(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentDiagnosticsListDetectorsOptionalParams): Promise<DiagnosticsCollection>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- environmentName
-
string
Name of the Environment.
The options parameters.
Returns
Promise<DiagnosticsCollection>