MdeOnboardings interface
Interface representing a MdeOnboardings.
Methods
get(Mde |
The default configuration or data needed to onboard the machine to MDE |
list(Mde |
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
Promise<MdeOnboardingData>
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
Promise<MdeOnboardingDataList>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript