BackupShortTermRetentionPolicyListResult Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. BackupShortTermRetentionPolicyListResult
- com.
Implements
public final class BackupShortTermRetentionPolicyListResult
implements JsonSerializable<BackupShortTermRetentionPolicyListResult>
A list of short term retention policies.
Constructor Summary
| Constructor | Description |
|---|---|
| BackupShortTermRetentionPolicyListResult() |
Creates an instance of Backup |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Backup |
fromJson(JsonReader jsonReader)
Reads an instance of Backup |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Backup |
value()
Get the value property: Array of results. |
Methods inherited from java.lang.Object
Constructor Details
BackupShortTermRetentionPolicyListResult
public BackupShortTermRetentionPolicyListResult()
Creates an instance of BackupShortTermRetentionPolicyListResult class.
Method Details
fromJson
public static BackupShortTermRetentionPolicyListResult fromJson(JsonReader jsonReader)
Reads an instance of BackupShortTermRetentionPolicyListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link to retrieve next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<BackupShortTermRetentionPolicyInner> value()
Get the value property: Array of results.
Returns: