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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java