Package version:

Interface ManagedEnvironmentDiagnostics

Interface representing a ManagedEnvironmentDiagnostics.

interface ManagedEnvironmentDiagnostics {
    getDetector(resourceGroupName: string, environmentName: string, detectorName: string, options?: ManagedEnvironmentDiagnosticsGetDetectorOptionalParams): Promise<Diagnostics>;
    listDetectors(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentDiagnosticsListDetectorsOptionalParams): Promise<DiagnosticsCollection>;
}

Methods