MaintenanceConfigurationCollection Class
- java.
lang. Object - com.
azure. resourcemanager. appcontainers. models. MaintenanceConfigurationCollection
- com.
Implements
public final class MaintenanceConfigurationCollection
implements JsonSerializable<MaintenanceConfigurationCollection>
The response of list maintenance configuration resources.
Constructor Summary
| Constructor | Description |
|---|---|
| MaintenanceConfigurationCollection() |
Creates an instance of Maintenance |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Maintenance |
fromJson(JsonReader jsonReader)
Reads an instance of Maintenance |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Maintenance |
value()
Get the value property: Results of the list maintenance configuration resources. |
|
Maintenance |
withValue(List<MaintenanceConfigurationResourceInner> value)
Set the value property: Results of the list maintenance configuration resources. |
Methods inherited from java.lang.Object
Constructor Details
MaintenanceConfigurationCollection
public MaintenanceConfigurationCollection()
Creates an instance of MaintenanceConfigurationCollection class.
Method Details
fromJson
public static MaintenanceConfigurationCollection fromJson(JsonReader jsonReader)
Reads an instance of MaintenanceConfigurationCollection from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link for next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<MaintenanceConfigurationResourceInner> value()
Get the value property: Results of the list maintenance configuration resources.
Returns:
withValue
public MaintenanceConfigurationCollection withValue(List<MaintenanceConfigurationResourceInner> value)
Set the value property: Results of the list maintenance configuration resources.
Parameters:
Returns: