مشاركة عبر


ManagedInstanceLongTermRetentionBackupListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.sql.models.ManagedInstanceLongTermRetentionBackupListResult

Implements

public final class ManagedInstanceLongTermRetentionBackupListResult
implements JsonSerializable<ManagedInstanceLongTermRetentionBackupListResult>

A list of long term retention backups for managed database(s).

Constructor Summary

Constructor Description
ManagedInstanceLongTermRetentionBackupListResult()

Creates an instance of ManagedInstanceLongTermRetentionBackupListResult class.

Method Summary

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

Reads an instance of ManagedInstanceLongTermRetentionBackupListResult 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<ManagedInstanceLongTermRetentionBackupInner> value()

Get the value property: Array of results.

Methods inherited from java.lang.Object

Constructor Details

ManagedInstanceLongTermRetentionBackupListResult

public ManagedInstanceLongTermRetentionBackupListResult()

Creates an instance of ManagedInstanceLongTermRetentionBackupListResult class.

Method Details

fromJson

public static ManagedInstanceLongTermRetentionBackupListResult fromJson(JsonReader jsonReader)

Reads an instance of ManagedInstanceLongTermRetentionBackupListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

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<ManagedInstanceLongTermRetentionBackupInner> value()

Get the value property: Array of results.

Returns:

the value value.

Applies to