Skip to main content
Latest
class EaCExplorerServiceClient
extends EaCBaseClient
import { EaCExplorerServiceClient } from "https://deno.land/x/fathym_everything_as_code_api@v0.1.18/src/client/EaCExplorerServiceClient.ts";

Constructors

new
EaCExplorerServiceClient(baseUrl: URL, apiToken: string)

Methods

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