MdeOnboardings interface

Interface representing a MdeOnboardings.

Methods

get(MdeOnboardingsGetOptionalParams)

The default configuration or data needed to onboard the machine to MDE

list(MdeOnboardingsListOptionalParams)

The configuration or data needed to onboard the machine to MDE

Method Details

get(MdeOnboardingsGetOptionalParams)

The default configuration or data needed to onboard the machine to MDE

function get(options?: MdeOnboardingsGetOptionalParams): Promise<MdeOnboardingData>

Parameters

options
MdeOnboardingsGetOptionalParams

The options parameters.

Returns

list(MdeOnboardingsListOptionalParams)

The configuration or data needed to onboard the machine to MDE

function list(options?: MdeOnboardingsListOptionalParams): Promise<MdeOnboardingDataList>

Parameters

options
MdeOnboardingsListOptionalParams

The options parameters.

Returns