UNPKG

@azure/arm-security

Version:
23 lines 1.08 kB
import { MdeOnboardings } from "../operationsInterfaces"; import { SecurityCenter } from "../securityCenter"; import { MdeOnboardingsListOptionalParams, MdeOnboardingsListResponse, MdeOnboardingsGetOptionalParams, MdeOnboardingsGetResponse } from "../models"; /** Class containing MdeOnboardings operations. */ export declare class MdeOnboardingsImpl implements MdeOnboardings { private readonly client; /** * Initialize a new instance of the class MdeOnboardings class. * @param client Reference to the service client */ constructor(client: SecurityCenter); /** * The configuration or data needed to onboard the machine to MDE * @param options The options parameters. */ list(options?: MdeOnboardingsListOptionalParams): Promise<MdeOnboardingsListResponse>; /** * The default configuration or data needed to onboard the machine to MDE * @param options The options parameters. */ get(options?: MdeOnboardingsGetOptionalParams): Promise<MdeOnboardingsGetResponse>; } //# sourceMappingURL=mdeOnboardings.d.ts.map