| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyRule.Update |
PolicyRule.UpdateStages.WithActions.updateActionsOnBaseBlob(ManagementPolicyBaseBlob baseBlobActions)
The function that specifies all of the actions to apply to selected base blobs.
|
PolicyRule.Update |
PolicyRule.UpdateStages.WithActions.updateActionsOnSnapShot(ManagementPolicySnapShot snapShotActions)
The function that specifies all of the actions to apply to selected snapshots.
|
PolicyRule.Update |
ManagementPolicy.UpdateStages.Rule.updateRule(String name)
The function that updates a rule whose name is the inputted parameter name.
|
PolicyRule.Update |
PolicyRule.UpdateStages.WithBlobTypesToFilterFor.withBlobTypesToFilterFor(List<BlobTypes> blobTypes)
The function that specifies the list of blob types that the rule will apply to.
|
PolicyRule.Update |
PolicyRule.UpdateStages.WithBlobTypesToFilterFor.withBlobTypeToFilterFor(BlobTypes blobType)
The function that specifies a blob type that the rule will apply to.
|
PolicyRule.Update |
PolicyRule.UpdateStages.WithBlobTypesToFilterFor.withBlobTypeToFilterForRemoved(BlobTypes blobType)
The function that specifies to remove a blob type that the rule will apply to.
|
PolicyRule.Update |
PolicyRule.UpdateStages.WithActions.withDeleteActionOnBaseBlob(float daysAfterBaseBlobModificationUntilDeleting)
The function that specifies a delete action on the selected base blobs.
|
PolicyRule.Update |
PolicyRule.UpdateStages.WithActions.withDeleteActionOnSnapShot(float daysAfterSnapShotCreationUntilDeleting)
The function that specifies a delete action on the selected snapshots.
|
PolicyRule.Update |
PolicyRule.UpdateStages.WithPrefixesToFilterFor.withoutPrefixesToFilterFor()
The function that clears all blob prefixes so the rule will apply to blobs regardless of prefixes.
|
PolicyRule.Update |
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.Update |
PolicyRule.UpdateStages.WithPrefixesToFilterFor.withPrefixToFilterFor(String prefix)
The function that specifies a prefix for the blobs that the rule will apply to.
|
PolicyRule.Update |
PolicyRule.UpdateStages.WithActions.withTierToArchiveActionOnBaseBlob(float daysAfterBaseBlobModificationUntilArchiving)
The function that specifies a tier to archive action on the selected base blobs.
|
PolicyRule.Update |
PolicyRule.UpdateStages.WithActions.withTierToCoolActionOnBaseBlob(float daysAfterBaseBlobModificationUntilCooling)
The function that specifies a tier to cool action on the selected base blobs.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.