Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
class EaCExplorerServiceClient
extends EaCBaseClient
Re-export
import { EaCExplorerServiceClient } from "https://deno.land/x/fathym_eac_runtime@v0.0.140/src/src.deps.ts";

Constructors

new
EaCExplorerServiceClient(baseUrl: URL, apiToken: string)

Methods

Query(
entLookup: string,
cloudLookup: string,
resGroupLookup: string,
resLookups: string[],
db: string,
request: ExplorerRequest,
): Promise<KustoResponseDataSet>