MdeOnboardingDataListInner Class

  • java.lang.Object
    • com.azure.resourcemanager.security.fluent.models.MdeOnboardingDataListInner

Implements

public final class MdeOnboardingDataListInner
implements JsonSerializable<MdeOnboardingDataListInner>

List of all MDE onboarding data resources.

Method Summary

Modifier and Type Method and Description
static MdeOnboardingDataListInner fromJson(JsonReader jsonReader)

Reads an instance of MdeOnboardingDataListInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<MdeOnboardingDataInner> value()

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

Methods inherited from java.lang.Object

Method Details

fromJson

public static MdeOnboardingDataListInner fromJson(JsonReader jsonReader)

Reads an instance of MdeOnboardingDataListInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MdeOnboardingDataListInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MdeOnboardingDataListInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<MdeOnboardingDataInner> value()

Get 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