ManagementConfigurationPropertiesListInner Class
- java.
lang. Object - com.
azure. resourcemanager. operationsmanagement. fluent. models. ManagementConfigurationPropertiesListInner
- com.
Implements
public final class ManagementConfigurationPropertiesListInner
implements JsonSerializable<ManagementConfigurationPropertiesListInner>
the list of ManagementConfiguration response.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagementConfigurationPropertiesListInner() |
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 Configuration properties within the subscription. |
|
Management |
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:
Returns:
Throws:
toJson
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:
withValue
public ManagementConfigurationPropertiesListInner withValue(List<ManagementConfigurationInner> value)
Set the value property: List of Management Configuration properties within the subscription.
Parameters:
Returns: