@azure/web-pubsub
Version:
Azure client library for Azure Web PubSub
10 lines • 375 B
TypeScript
import { HealthApiGetServiceStatusOptionalParams } from "../models/index.js";
/** Interface representing a HealthApi. */
export interface HealthApi {
/**
* Get service health status.
* @param options The options parameters.
*/
getServiceStatus(options?: HealthApiGetServiceStatusOptionalParams): Promise<void>;
}
//# sourceMappingURL=healthApi.d.ts.map