@azure/web-pubsub
Version:
Azure client library for Azure Web PubSub
18 lines • 729 B
TypeScript
import { HealthApi } from "../operationsInterfaces/index.js";
import { GeneratedClient } from "../generatedClient.js";
import { HealthApiGetServiceStatusOptionalParams } from "../models/index.js";
/** Class containing HealthApi operations. */
export declare class HealthApiImpl implements HealthApi {
private readonly client;
/**
* Initialize a new instance of the class HealthApi class.
* @param client Reference to the service client
*/
constructor(client: GeneratedClient);
/**
* Get service health status.
* @param options The options parameters.
*/
getServiceStatus(options?: HealthApiGetServiceStatusOptionalParams): Promise<void>;
}
//# sourceMappingURL=healthApi.d.ts.map