Skip to main content
Go to Latest
class EaCAzureServiceClient
extends EaCBaseClient
import { EaCAzureServiceClient } from "https://deno.land/x/fathym_everything_as_code@v0.0.278/mod.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[]; }>