Uses of Class
com.azure.resourcemanager.storage.models.ObjectReplicationPolicyRule
Packages that use ObjectReplicationPolicyRule
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of ObjectReplicationPolicyRule in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return types with arguments of type ObjectReplicationPolicyRuleModifier and TypeMethodDescriptionObjectReplicationPolicyInner.rules()Get the rules property: The storage account object replication rules.ObjectReplicationPolicyProperties.rules()Get the rules property: The storage account object replication rules.Method parameters in com.azure.resourcemanager.storage.fluent.models with type arguments of type ObjectReplicationPolicyRuleModifier and TypeMethodDescriptionObjectReplicationPolicyInner.withRules(List<ObjectReplicationPolicyRule> rules) Set the rules property: The storage account object replication rules.ObjectReplicationPolicyProperties.withRules(List<ObjectReplicationPolicyRule> rules) Set the rules property: The storage account object replication rules. -
Uses of ObjectReplicationPolicyRule in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type ObjectReplicationPolicyRuleModifier and TypeClassDescriptionfinal classThe replication policy rule between two containers.Methods in com.azure.resourcemanager.storage.models that return ObjectReplicationPolicyRuleModifier and TypeMethodDescriptionstatic ObjectReplicationPolicyRuleObjectReplicationPolicyRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ObjectReplicationPolicyRule from the JsonReader.ObjectReplicationPolicyRule.withDestinationContainer(String destinationContainer) Set the destinationContainer property: Required.ObjectReplicationPolicyRule.withFilters(ObjectReplicationPolicyFilter filters) Set the filters property: Optional.ObjectReplicationPolicyRule.withRuleId(String ruleId) Set the ruleId property: Rule Id is auto-generated for each new rule on destination account.ObjectReplicationPolicyRule.withSourceContainer(String sourceContainer) Set the sourceContainer property: Required.