Uses of Class
com.azure.resourcemanager.storage.models.ObjectReplicationPolicyRule
-
Packages that use ObjectReplicationPolicyRule Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models 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 ObjectReplicationPolicyRule Modifier and Type Method Description List<ObjectReplicationPolicyRule>ObjectReplicationPolicyInner. rules()Get the rules property: The storage account object replication rules.List<ObjectReplicationPolicyRule>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 ObjectReplicationPolicyRule Modifier and Type Method Description ObjectReplicationPolicyInnerObjectReplicationPolicyInner. withRules(List<ObjectReplicationPolicyRule> rules)Set the rules property: The storage account object replication rules.ObjectReplicationPolicyPropertiesObjectReplicationPolicyProperties. withRules(List<ObjectReplicationPolicyRule> rules)Set the rules property: The storage account object replication rules. -
Uses of ObjectReplicationPolicyRule in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return ObjectReplicationPolicyRule Modifier and Type Method Description ObjectReplicationPolicyRuleObjectReplicationPolicyRule. withDestinationContainer(String destinationContainer)Set the destinationContainer property: Required.ObjectReplicationPolicyRuleObjectReplicationPolicyRule. withFilters(ObjectReplicationPolicyFilter filters)Set the filters property: Optional.ObjectReplicationPolicyRuleObjectReplicationPolicyRule. withRuleId(String ruleId)Set the ruleId property: Rule Id is auto-generated for each new rule on destination account.ObjectReplicationPolicyRuleObjectReplicationPolicyRule. withSourceContainer(String sourceContainer)Set the sourceContainer property: Required.
-