Uses of Interface
com.azure.resourcemanager.storage.models.PolicyRule.DefinitionStages.WithRuleActions
Packages that use PolicyRule.DefinitionStages.WithRuleActions
Package
Description
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.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all of the definitions related to a rule in a management policy.static interfaceThe stage of the management policy rule definition allowing input an optional blob prefix to filter for before specifying the actions.static interfaceThe 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.WithRuleActionsModifier and TypeMethodDescriptionPolicyRule.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.WithPrefixesToFilterFor.withPrefixToFilterFor(String prefix) The function that specifies a prefix for the blobs that the rule will apply to.