Class GeoBackupPolicyListResult
- java.lang.Object
-
- com.azure.resourcemanager.sql.models.GeoBackupPolicyListResult
-
public final class GeoBackupPolicyListResult extends Object
The response to a list geo backup policies request.
-
-
Constructor Summary
Constructors Constructor Description GeoBackupPolicyListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<GeoBackupPolicyInner>value()Get the value property: The list of geo backup policies.GeoBackupPolicyListResultwithValue(List<GeoBackupPolicyInner> value)Set the value property: The list of geo backup policies.
-
-
-
Method Detail
-
value
public List<GeoBackupPolicyInner> value()
Get the value property: The list of geo backup policies.- Returns:
- the value value.
-
withValue
public GeoBackupPolicyListResult withValue(List<GeoBackupPolicyInner> value)
Set the value property: The list of geo backup policies.- Parameters:
value- the value value to set.- Returns:
- the GeoBackupPolicyListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-