MdeOnboardingsOperations interface
Interface representing a MdeOnboardings operations.
Properties
| get | The default configuration or data needed to onboard the machine to MDE |
| list | The configuration or data needed to onboard the machine to MDE |
Property Details
get
The default configuration or data needed to onboard the machine to MDE
get: (options?: MdeOnboardingsGetOptionalParams) => Promise<MdeOnboardingData>
Property Value
(options?: MdeOnboardingsGetOptionalParams) => Promise<MdeOnboardingData>
list
The configuration or data needed to onboard the machine to MDE
list: (options?: MdeOnboardingsListOptionalParams) => Promise<MdeOnboardingDataList>
Property Value
(options?: MdeOnboardingsListOptionalParams) => Promise<MdeOnboardingDataList>