IObjectReplicationPoliciesOperations Interface

Definition

ObjectReplicationPoliciesOperations operations.

public interface IObjectReplicationPoliciesOperations
type IObjectReplicationPoliciesOperations = interface
Public Interface IObjectReplicationPoliciesOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, ObjectReplicationPolicy, Dictionary<String,List<String>>, CancellationToken)

Create or update the object replication policy of the storage account.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the object replication policy associated with the specified storage account.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get the object replication policy of the storage account by policy ID.

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

List the object replication policies associated with the storage account.

Extension Methods

CreateOrUpdate(IObjectReplicationPoliciesOperations, String, String, String, ObjectReplicationPolicy)

Create or update the object replication policy of the storage account.

CreateOrUpdateAsync(IObjectReplicationPoliciesOperations, String, String, String, ObjectReplicationPolicy, CancellationToken)

Create or update the object replication policy of the storage account.

Delete(IObjectReplicationPoliciesOperations, String, String, String)

Deletes the object replication policy associated with the specified storage account.

DeleteAsync(IObjectReplicationPoliciesOperations, String, String, String, CancellationToken)

Deletes the object replication policy associated with the specified storage account.

Get(IObjectReplicationPoliciesOperations, String, String, String)

Get the object replication policy of the storage account by policy ID.

GetAsync(IObjectReplicationPoliciesOperations, String, String, String, CancellationToken)

Get the object replication policy of the storage account by policy ID.

List(IObjectReplicationPoliciesOperations, String, String)

List the object replication policies associated with the storage account.

ListAsync(IObjectReplicationPoliciesOperations, String, String, CancellationToken)

List the object replication policies associated with the storage account.

Applies to