RecoverableSqlPoolListResult Class

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

Implements

public final class RecoverableSqlPoolListResult
implements JsonSerializable<RecoverableSqlPoolListResult>

The response to a list recoverable sql pools request.

Constructor Summary

Constructor Description
RecoverableSqlPoolListResult()

Creates an instance of RecoverableSqlPoolListResult class.

Method Summary

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

Reads an instance of RecoverableSqlPoolListResult from the JsonReader.

String nextLink()

Get the nextLink property: Link to retrieve next page of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<RecoverableSqlPoolInner> value()

Get the value property: A list of recoverable sql pool.

Methods inherited from java.lang.Object

Constructor Details

RecoverableSqlPoolListResult

public RecoverableSqlPoolListResult()

Creates an instance of RecoverableSqlPoolListResult class.

Method Details

fromJson

public static RecoverableSqlPoolListResult fromJson(JsonReader jsonReader)

Reads an instance of RecoverableSqlPoolListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: Link to retrieve 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<RecoverableSqlPoolInner> value()

Get the value property: A list of recoverable sql pool.

Returns:

the value value.

Applies to