MdeOnboardingDataList Interface

public interface MdeOnboardingDataList

An immutable client-side representation of MdeOnboardingDataList.

Method Summary

Modifier and Type Method and Description
abstract MdeOnboardingDataListInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.MdeOnboardingDataListInner object.

abstract List<MdeOnboardingData> value()

Gets the value property: List of the resources of the configuration or data needed to onboard the machine to MDE.

Method Details

innerModel

public abstract MdeOnboardingDataListInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.MdeOnboardingDataListInner object.

Returns:

the inner object.

value

public abstract List value()

Gets the value property: List of the resources of the configuration or data needed to onboard the machine to MDE.

Returns:

the value value.

Applies to