ManagementAssociationPropertiesListInner Class

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

Implements

public final class ManagementAssociationPropertiesListInner
implements JsonSerializable<ManagementAssociationPropertiesListInner>

the list of ManagementAssociation response.

Constructor Summary

Constructor Description
ManagementAssociationPropertiesListInner()

Creates an instance of ManagementAssociationPropertiesListInner class.

Method Summary

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

Reads an instance of ManagementAssociationPropertiesListInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ManagementAssociationInner> value()

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

ManagementAssociationPropertiesListInner withValue(List<ManagementAssociationInner> value)

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

Methods inherited from java.lang.Object

Constructor Details

ManagementAssociationPropertiesListInner

public ManagementAssociationPropertiesListInner()

Creates an instance of ManagementAssociationPropertiesListInner class.

Method Details

fromJson

public static ManagementAssociationPropertiesListInner fromJson(JsonReader jsonReader)

Reads an instance of ManagementAssociationPropertiesListInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ManagementAssociationInner> value()

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

Returns:

the value value.

withValue

public ManagementAssociationPropertiesListInner withValue(List<ManagementAssociationInner> value)

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

Parameters:

value - the value value to set.

Returns:

the ManagementAssociationPropertiesListInner object itself.

Applies to