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.Copyright © 2020 Microsoft Corporation. All rights reserved.