RestorableDroppedSqlPoolListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.RestorableDroppedSqlPoolListResult

Implements

public final class RestorableDroppedSqlPoolListResult
implements JsonSerializable<RestorableDroppedSqlPoolListResult>

The response to a list restorable dropped Sql pools request.

Constructor Summary

Constructor Description
RestorableDroppedSqlPoolListResult()

Creates an instance of RestorableDroppedSqlPoolListResult class.

Method Summary

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

Reads an instance of RestorableDroppedSqlPoolListResult from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<RestorableDroppedSqlPoolInner> value()

Get the value property: A list of restorable dropped Sql pools.

RestorableDroppedSqlPoolListResult withValue(List<RestorableDroppedSqlPoolInner> value)

Set the value property: A list of restorable dropped Sql pools.

Methods inherited from java.lang.Object

Constructor Details

RestorableDroppedSqlPoolListResult

public RestorableDroppedSqlPoolListResult()

Creates an instance of RestorableDroppedSqlPoolListResult class.

Method Details

fromJson

public static RestorableDroppedSqlPoolListResult fromJson(JsonReader jsonReader)

Reads an instance of RestorableDroppedSqlPoolListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of RestorableDroppedSqlPoolListResult if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<RestorableDroppedSqlPoolInner> value()

Get the value property: A list of restorable dropped Sql pools.

Returns:

the value value.

withValue

public RestorableDroppedSqlPoolListResult withValue(List<RestorableDroppedSqlPoolInner> value)

Set the value property: A list of restorable dropped Sql pools.

Parameters:

value - the value value to set.

Returns:

the RestorableDroppedSqlPoolListResult object itself.

Applies to