ManagedEnvironmentDiagnosticsOperations interface
Interface representing a ManagedEnvironmentDiagnostics operations.
Properties
| 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. |
Property Details
getDetector
Get the diagnostics data for a Managed Environment used to host container apps.
getDetector: (resourceGroupName: string, environmentName: string, detectorName: string, options?: ManagedEnvironmentDiagnosticsGetDetectorOptionalParams) => Promise<Diagnostics>
Property Value
(resourceGroupName: string, environmentName: string, detectorName: string, options?: ManagedEnvironmentDiagnosticsGetDetectorOptionalParams) => Promise<Diagnostics>
listDetectors
Get the list of diagnostics for a Managed Environment used to host container apps.
listDetectors: (resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentDiagnosticsListDetectorsOptionalParams) => Promise<DiagnosticsCollection>
Property Value
(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentDiagnosticsListDetectorsOptionalParams) => Promise<DiagnosticsCollection>