@azure/web-pubsub
Version:
Azure client library for Azure Web PubSub
14 lines • 603 B
TypeScript
import * as coreClient from "@azure/core-client";
import { GeneratedClientOptionalParams } from "./models/index.js";
/** @internal */
export declare class GeneratedClientContext extends coreClient.ServiceClient {
endpoint: string;
apiVersion: string;
/**
* Initializes a new instance of the GeneratedClientContext class.
* @param endpoint HTTP or HTTPS endpoint for the Web PubSub service instance.
* @param options The parameter options
*/
constructor(endpoint: string, options?: GeneratedClientOptionalParams);
}
//# sourceMappingURL=generatedClientContext.d.ts.map