Interface PolicyRule.Update
-
- All Superinterfaces:
PolicyRule.UpdateStages.WithActions,PolicyRule.UpdateStages.WithBlobTypesToFilterFor,PolicyRule.UpdateStages.WithPrefixesToFilterFor,Settable<ManagementPolicy.Update>
- Enclosing interface:
- PolicyRule
public static interface PolicyRule.Update extends PolicyRule.UpdateStages.WithBlobTypesToFilterFor, PolicyRule.UpdateStages.WithPrefixesToFilterFor, PolicyRule.UpdateStages.WithActions, Settable<ManagementPolicy.Update>
Container interface for all of the updates related to a rule in a management policy.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.storage.models.PolicyRule.UpdateStages.WithActions
updateActionsOnBaseBlob, updateActionsOnSnapShot, withDeleteActionOnBaseBlob, withDeleteActionOnSnapShot, withTierToArchiveActionOnBaseBlob, withTierToCoolActionOnBaseBlob
-
Methods inherited from interface com.azure.resourcemanager.storage.models.PolicyRule.UpdateStages.WithBlobTypesToFilterFor
withBlobTypesToFilterFor, withBlobTypeToFilterFor, withBlobTypeToFilterForRemoved
-
Methods inherited from interface com.azure.resourcemanager.storage.models.PolicyRule.UpdateStages.WithPrefixesToFilterFor
withoutPrefixesToFilterFor, withPrefixesToFilterFor, withPrefixToFilterFor
-
-