ObjectReplicationRule Class
- java.
lang. Object - com.
azure. storage. blob. models. ObjectReplicationRule
- com.
public class ObjectReplicationRule
A type that contains information about an object replication rule on a source blob.
Constructor Summary
Constructor | Description |
---|---|
ObjectReplicationRule(String ruleId, ObjectReplicationStatus status) |
Constructs a new Object |
Method Summary
Modifier and Type | Method and Description |
---|---|
String | getRuleId() |
Object |
getStatus() |
Methods inherited from java.lang.Object
Constructor Details
ObjectReplicationRule
public ObjectReplicationRule(String ruleId, ObjectReplicationStatus status)
Constructs a new ObjectReplicationRule object.
Parameters:
ruleId
- The rule id.
status
- The ObjectReplicationStatus
Method Details
getRuleId
public String getRuleId()
Returns:
The rule id.
getStatus
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java