ObjectReplicationPolicyRule Class
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.
The replication policy rule between two containers.
public class ObjectReplicationPolicyRule
type ObjectReplicationPolicyRule = class
Public Class ObjectReplicationPolicyRule
- Inheritance
-
ObjectReplicationPolicyRule
Constructors
ObjectReplicationPolicyRule() |
Initializes a new instance of the ObjectReplicationPolicyRule class. |
ObjectReplicationPolicyRule(String, String, String, ObjectReplicationPolicyFilter) |
Initializes a new instance of the ObjectReplicationPolicyRule class. |
Properties
DestinationContainer |
Gets or sets required. Destination container name. |
Filters |
Gets or sets optional. An object that defines the filter set. |
RuleId |
Gets or sets rule Id is auto-generated for each new rule on destination account. It is required for put policy on source account. |
SourceContainer |
Gets or sets required. Source container name. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET