UNPKG

@azure/web-pubsub

Version:
19 lines 860 B
import * as coreClient from "@azure/core-client"; import { HealthApi, WebPubSub } from "./operationsInterfaces/index.js"; import { GeneratedClientOptionalParams } from "./models/index.js"; /** @internal */ export declare class GeneratedClient extends coreClient.ServiceClient { endpoint: string; apiVersion: string; /** * Initializes a new instance of the GeneratedClient class. * @param endpoint HTTP or HTTPS endpoint for the Web PubSub service instance. * @param options The parameter options */ constructor(endpoint: string, options?: GeneratedClientOptionalParams); /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */ private addCustomApiVersionPolicy; healthApi: HealthApi; webPubSub: WebPubSub; } //# sourceMappingURL=generatedClient.d.ts.map