Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class EaCAzureServiceClient
extends EaCBaseClient
Re-export
import { EaCAzureServiceClient } from "https://deno.land/x/fathym_atomic_design_kit@v0.0.90/src/src.deps.ts";

Constructors

new
EaCAzureServiceClient(baseUrl: URL, apiToken: string)

Methods

CloudAPIVersions(
entLookup: string,
cloudLookup: string,
): Promise<Record<string, string>>
CloudAuthToken(
entLookup: string,
cloudLookup: string,
scopes: string[],
): Promise<string>
CloudEnsureProviders(
entLookup: string,
cloudLookup: string,
): Promise<{ Locations: Location[]; }>
CloudLocations(
entLookup: string,
cloudLookup: string,
): Promise<{ Locations: Location[]; }>