IObjectReplicationPoliciesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Applies to
Azure SDK for .NET