Partager via


MaintenanceConfigurationCollection Class

  • java.lang.Object
    • com.azure.resourcemanager.appcontainers.models.MaintenanceConfigurationCollection

Implements

public final class MaintenanceConfigurationCollection
implements JsonSerializable<MaintenanceConfigurationCollection>

The response of list maintenance configuration resources.

Constructor Summary

Constructor Description
MaintenanceConfigurationCollection()

Creates an instance of MaintenanceConfigurationCollection class.

Method Summary

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

Reads an instance of MaintenanceConfigurationCollection from the JsonReader.

String nextLink()

Get the nextLink property: Link for next page of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<MaintenanceConfigurationResourceInner> value()

Get the value property: Results of the list maintenance configuration resources.

MaintenanceConfigurationCollection 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:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: Link for next page of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<MaintenanceConfigurationResourceInner> value()

Get the value property: Results of the list maintenance configuration resources.

Returns:

the value value.

withValue

public MaintenanceConfigurationCollection withValue(List<MaintenanceConfigurationResourceInner> value)

Set the value property: Results of the list maintenance configuration resources.

Parameters:

value - the value value to set.

Returns:

the MaintenanceConfigurationCollection object itself.

Applies to