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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java