Package | Description |
---|---|
com.microsoft.azure.management.storage |
This package contains the classes 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(int daysAfterBaseBlobModificationUntilDeleting)
The function that specifies a delete action on the selected base blobs.
|
PolicyRule.Update |
PolicyRule.UpdateStages.WithActions.withDeleteActionOnSnapShot(int 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(int daysAfterBaseBlobModificationUntilArchiving)
The function that specifies a tier to archive action on the selected base blobs.
|
PolicyRule.Update |
PolicyRule.UpdateStages.WithActions.withTierToCoolActionOnBaseBlob(int daysAfterBaseBlobModificationUntilCooling)
The function that specifies a tier to cool action on the selected base blobs.
|
Copyright © 2019. All rights reserved.