İngilizce dilinde oku

Aracılığıyla paylaş


MdeOnboardingsClient Interface

public interface MdeOnboardingsClient

An instance of this class provides access to all the operations defined in MdeOnboardingsClient.

Method Summary

Modifier and Type Method and Description
abstract MdeOnboardingDataInner get()

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

abstract Response<MdeOnboardingDataInner> getWithResponse(Context context)

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

abstract MdeOnboardingDataListInner list()

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

abstract Response<MdeOnboardingDataListInner> listWithResponse(Context context)

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

Method Details

get

public abstract MdeOnboardingDataInner get()

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

Returns:

the resource of the configuration or data needed to onboard the machine to MDE.

getWithResponse

public abstract Response getWithResponse(Context context)

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

Parameters:

context - The context to associate with this operation.

Returns:

the resource of the configuration or data needed to onboard the machine to MDE along with Response<T>.

list

public abstract MdeOnboardingDataListInner list()

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

Returns:

list of all MDE onboarding data resources.

listWithResponse

public abstract Response listWithResponse(Context context)

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

Parameters:

context - The context to associate with this operation.

Returns:

list of all MDE onboarding data resources along with Response<T>.

Applies to

Azure SDK for Java

Preview