ManagementConfigurationPropertiesListInner Class

  • java.lang.Object
    • com.azure.resourcemanager.operationsmanagement.fluent.models.ManagementConfigurationPropertiesListInner

Implements

public final class ManagementConfigurationPropertiesListInner
implements JsonSerializable<ManagementConfigurationPropertiesListInner>

the list of ManagementConfiguration response.

Constructor Summary

Constructor Description
ManagementConfigurationPropertiesListInner()

Creates an instance of ManagementConfigurationPropertiesListInner class.

Method Summary

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

Reads an instance of ManagementConfigurationPropertiesListInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ManagementConfigurationInner> value()

Get the value property: List of Management Configuration properties within the subscription.

ManagementConfigurationPropertiesListInner withValue(List<ManagementConfigurationInner> value)

Set the value property: List of Management Configuration properties within the subscription.

Methods inherited from java.lang.Object

Constructor Details

ManagementConfigurationPropertiesListInner

public ManagementConfigurationPropertiesListInner()

Creates an instance of ManagementConfigurationPropertiesListInner class.

Method Details

fromJson

public static ManagementConfigurationPropertiesListInner fromJson(JsonReader jsonReader)

Reads an instance of ManagementConfigurationPropertiesListInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ManagementConfigurationPropertiesListInner 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 ManagementConfigurationPropertiesListInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ManagementConfigurationInner> value()

Get the value property: List of Management Configuration properties within the subscription.

Returns:

the value value.

withValue

public ManagementConfigurationPropertiesListInner withValue(List<ManagementConfigurationInner> value)

Set the value property: List of Management Configuration properties within the subscription.

Parameters:

value - the value value to set.

Returns:

the ManagementConfigurationPropertiesListInner object itself.

Applies to