Uses of Interface
com.azure.resourcemanager.storage.models.PolicyRule.DefinitionStages.WithRuleActions
-
Packages that use PolicyRule.DefinitionStages.WithRuleActions Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of PolicyRule.DefinitionStages.WithRuleActions in com.azure.resourcemanager.storage.models
Subinterfaces of PolicyRule.DefinitionStages.WithRuleActions in com.azure.resourcemanager.storage.models Modifier and Type Interface Description static interfacePolicyRule.DefinitionContainer interface for all of the definitions related to a rule in a management policy.static interfacePolicyRule.DefinitionStages.PrefixActionForkThe stage of the management policy rule definition allowing input an optional blob prefix to filter for before specifying the actions.static interfacePolicyRule.DefinitionStages.WithPolicyRuleAttachableThe stage of the definition which contains all of the minimum required inputs for the resource to be attached, but also allows for any other optional settings to be specified.Methods in com.azure.resourcemanager.storage.models that return PolicyRule.DefinitionStages.WithRuleActions Modifier and Type Method Description PolicyRule.DefinitionStages.WithRuleActionsPolicyRule.DefinitionStages.WithPrefixesToFilterFor. withPrefixesToFilterFor(List<String> prefixes)The function that specifies the list of prefixes for the blobs that the rule will apply to.PolicyRule.DefinitionStages.WithRuleActionsPolicyRule.DefinitionStages.WithPrefixesToFilterFor. withPrefixToFilterFor(String prefix)The function that specifies a prefix for the blobs that the rule will apply to.
-