GeoBackupPolicyListResult Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. GeoBackupPolicyListResult
- com.
Implements
public final class GeoBackupPolicyListResult
implements JsonSerializable<GeoBackupPolicyListResult>
The response to a list geo backup policies request.
Constructor Summary
| Constructor | Description |
|---|---|
| GeoBackupPolicyListResult() |
Creates an instance of Geo |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Geo |
fromJson(JsonReader jsonReader)
Reads an instance of Geo |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Geo |
value()
Get the value property: The list of geo backup policies. |
|
Geo |
withValue(List<GeoBackupPolicyInner> value)
Set the value property: The list of geo backup policies. |
Methods inherited from java.lang.Object
Constructor Details
GeoBackupPolicyListResult
public GeoBackupPolicyListResult()
Creates an instance of GeoBackupPolicyListResult class.
Method Details
fromJson
public static GeoBackupPolicyListResult fromJson(JsonReader jsonReader)
Reads an instance of GeoBackupPolicyListResult from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<GeoBackupPolicyInner> value()
Get the value property: The list of geo backup policies.
Returns:
withValue
public GeoBackupPolicyListResult withValue(List<GeoBackupPolicyInner> value)
Set the value property: The list of geo backup policies.
Parameters:
Returns: