Uses of Interface
com.azure.resourcemanager.storage.models.PolicyRule.Update
Packages that use PolicyRule.Update
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of PolicyRule.Update in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return PolicyRule.UpdateModifier and TypeMethodDescriptionPolicyRule.UpdateStages.WithActions.updateActionsOnBaseBlob(ManagementPolicyBaseBlob baseBlobActions) The function that specifies all of the actions to apply to selected base blobs.PolicyRule.UpdateStages.WithActions.updateActionsOnSnapShot(ManagementPolicySnapShot snapShotActions) The function that specifies all of the actions to apply to selected snapshots.ManagementPolicy.UpdateStages.Rule.updateRule(String name) The function that updates a rule whose name is the inputted parameter name.PolicyRule.UpdateStages.WithBlobTypesToFilterFor.withBlobTypesToFilterFor(List<BlobTypes> blobTypes) The function that specifies the list of blob types that the rule will apply to.PolicyRule.UpdateStages.WithBlobTypesToFilterFor.withBlobTypeToFilterFor(BlobTypes blobType) The function that specifies a blob type that the rule will apply to.PolicyRule.UpdateStages.WithBlobTypesToFilterFor.withBlobTypeToFilterForRemoved(BlobTypes blobType) The function that specifies to remove a blob type that the rule will apply to.PolicyRule.UpdateStages.WithActions.withDeleteActionOnBaseBlob(float daysAfterBaseBlobModificationUntilDeleting) The function that specifies a delete action on the selected base blobs.PolicyRule.UpdateStages.WithActions.withDeleteActionOnSnapShot(float daysAfterSnapShotCreationUntilDeleting) The function that specifies a delete action on the selected snapshots.PolicyRule.UpdateStages.WithPrefixesToFilterFor.withoutPrefixesToFilterFor()The function that clears all blob prefixes so the rule will apply to blobs regardless of prefixes.PolicyRule.UpdateStages.WithPrefixesToFilterFor.withPrefixesToFilterFor(List<String> prefixes) The function that specifies the list of prefixes for the blobs that the rule will apply to.PolicyRule.UpdateStages.WithPrefixesToFilterFor.withPrefixToFilterFor(String prefix) The function that specifies a prefix for the blobs that the rule will apply to.PolicyRule.UpdateStages.WithActions.withTierToArchiveActionOnBaseBlob(float daysAfterBaseBlobModificationUntilArchiving) The function that specifies a tier to archive action on the selected base blobs.PolicyRule.UpdateStages.WithActions.withTierToCoolActionOnBaseBlob(float daysAfterBaseBlobModificationUntilCooling) The function that specifies a tier to cool action on the selected base blobs.