ObjectReplicationPoliciesOperationsClient Interface
public interface ObjectReplicationPoliciesOperationsClient
An instance of this class provides access to all the operations defined in ObjectReplicationPoliciesOperationsClient.
Method Summary
Method Details
createOrUpdate
public abstract ObjectReplicationPolicyInner createOrUpdate(String resourceGroupName, String accountName, String objectReplicationPolicyId, ObjectReplicationPolicyInner properties)
Create or update the object replication policy of the storage account.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create or update the object replication policy of the storage account.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Create or update the object replication policy of the storage account.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create or update the object replication policy of the storage account.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String accountName, String objectReplicationPolicyId)
Deletes the object replication policy associated with the specified storage account.
Parameters:
deleteAsync
public abstract Mono
Deletes the object replication policy associated with the specified storage account.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Deletes the object replication policy associated with the specified storage account.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the object replication policy associated with the specified storage account.
Parameters:
Returns:
get
public abstract ObjectReplicationPolicyInner get(String resourceGroupName, String accountName, String objectReplicationPolicyId)
Get the object replication policy of the storage account by policy ID.
Parameters:
Returns:
getAsync
public abstract Mono
Get the object replication policy of the storage account by policy ID.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the object replication policy of the storage account by policy ID.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the object replication policy of the storage account by policy ID.
Parameters:
Returns:
list
public abstract PagedIterable
List the object replication policies associated with the storage account.
Parameters:
Returns:
list
public abstract PagedIterable
List the object replication policies associated with the storage account.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List the object replication policies associated with the storage account.
Parameters:
Returns:
Applies to
Azure SDK for Java