ObjectReplicationPoliciesOperationsExtensions Class

Definition

Extension methods for ObjectReplicationPoliciesOperations.

public static class ObjectReplicationPoliciesOperationsExtensions
type ObjectReplicationPoliciesOperationsExtensions = class
Public Module ObjectReplicationPoliciesOperationsExtensions
Inheritance
ObjectReplicationPoliciesOperationsExtensions

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