GeoBackupPoliciesClient Interface
public interface GeoBackupPoliciesClient
An instance of this class provides access to all the operations defined in GeoBackupPoliciesClient.
Method Summary
Method Details
createOrUpdate
public abstract GeoBackupPolicyInner createOrUpdate(String resourceGroupName, String serverName, String databaseName, GeoBackupPolicyName geoBackupPolicyName, GeoBackupPolicyInner parameters)
Create or update a database default Geo backup policy.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create or update a database default Geo backup policy.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Create or update a database default Geo backup policy.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create or update a database default Geo backup policy.
Parameters:
Returns:
get
public abstract GeoBackupPolicyInner get(String resourceGroupName, String serverName, String databaseName, GeoBackupPolicyName geoBackupPolicyName)
Gets a Geo backup policy for the given database resource.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a Geo backup policy for the given database resource.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a Geo backup policy for the given database resource.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a Geo backup policy for the given database resource.
Parameters:
Returns:
list
public abstract PagedIterable
Gets a list of Geo backup policies for the given database resource.
Parameters:
Returns:
list
public abstract PagedIterable
Gets a list of Geo backup policies for the given database resource.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets a list of Geo backup policies for the given database resource.
Parameters:
Returns:
Applies to
Azure SDK for Java