Uses of Interface
com.microsoft.azure.management.storage.PolicyRule.Update
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of PolicyRule.Update in com.microsoft.azure.management.storage
Modifier 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
(double daysAfterBaseBlobModificationUntilDeleting) The function that specifies a delete action on the selected base blobs.PolicyRule.UpdateStages.WithActions.withDeleteActionOnSnapShot
(double 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
(double daysAfterBaseBlobModificationUntilArchiving) The function that specifies a tier to archive action on the selected base blobs.PolicyRule.UpdateStages.WithActions.withTierToCoolActionOnBaseBlob
(double daysAfterBaseBlobModificationUntilCooling) The function that specifies a tier to cool action on the selected base blobs.