ObjectReplicationPolicy Class
- java.
lang. Object - com.
azure. storage. blob. models. ObjectReplicationPolicy
- com.
public class ObjectReplicationPolicy
A type that contains information about an object replication policy on a source blob.
Constructor Summary
Constructor | Description |
---|---|
ObjectReplicationPolicy(String policyId, List<ObjectReplicationRule> rules) |
Constructs a new Object |
Method Summary
Modifier and Type | Method and Description |
---|---|
String | getPolicyId() |
List<Object |
getRules() |
Methods inherited from java.lang.Object
Constructor Details
ObjectReplicationPolicy
public ObjectReplicationPolicy(String policyId, List
Constructs a new ObjectReplicationPolicy object.
Parameters:
policyId
- The policy id
rules
- A
List
of rules associated with this policy to the status of the replication associated
with that rule.
Method Details
getPolicyId
public String getPolicyId()
Returns:
The policy id.
getRules
public List
Returns:
A
List
of rules associated with this policy to the status of the replication associated with that
rule.Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java