ManagementAssociationPropertiesListInner Class
- java.
lang. Object - com.
azure. resourcemanager. operationsmanagement. fluent. models. ManagementAssociationPropertiesListInner
- com.
Implements
public final class ManagementAssociationPropertiesListInner
implements JsonSerializable<ManagementAssociationPropertiesListInner>
the list of ManagementAssociation response.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagementAssociationPropertiesListInner() |
Creates an instance of Management |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Management |
fromJson(JsonReader jsonReader)
Reads an instance of Management |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Management |
value()
Get the value property: List of Management Association properties within the subscription. |
|
Management |
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:
Returns:
Throws:
toJson
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:
withValue
public ManagementAssociationPropertiesListInner withValue(List<ManagementAssociationInner> value)
Set the value property: List of Management Association properties within the subscription.
Parameters:
Returns: