public class ObjectReplicationPolicy extends Object
Constructor and Description |
---|
ObjectReplicationPolicy(String policyId,
List<ObjectReplicationRule> rules)
Constructs a new ObjectReplicationPolicy object.
|
Modifier and Type | Method and Description |
---|---|
String |
getPolicyId() |
List<ObjectReplicationRule> |
getRules() |
public ObjectReplicationPolicy(String policyId, List<ObjectReplicationRule> rules)
policyId
- The policy idrules
- A List
of rules associated with this policy to the status of the replication associated
with that rule.public String getPolicyId()
public List<ObjectReplicationRule> getRules()
List
of rules associated with this policy to the status of the replication associated with that
rule.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.