public static interface PolicyRule.UpdateStages.WithActions
| Modifier and Type | Method and Description |
|---|---|
PolicyRule.Update |
updateActionsOnBaseBlob(ManagementPolicyBaseBlob baseBlobActions)
The function that specifies all of the actions to apply to selected base blobs.
|
PolicyRule.Update |
updateActionsOnSnapShot(ManagementPolicySnapShot snapShotActions)
The function that specifies all of the actions to apply to selected snapshots.
|
PolicyRule.Update |
withDeleteActionOnBaseBlob(double daysAfterBaseBlobModificationUntilDeleting)
The function that specifies a delete action on the selected base blobs.
|
PolicyRule.Update |
withDeleteActionOnSnapShot(double daysAfterSnapShotCreationUntilDeleting)
The function that specifies a delete action on the selected snapshots.
|
PolicyRule.Update |
withTierToArchiveActionOnBaseBlob(double daysAfterBaseBlobModificationUntilArchiving)
The function that specifies a tier to archive action on the selected base blobs.
|
PolicyRule.Update |
withTierToCoolActionOnBaseBlob(double daysAfterBaseBlobModificationUntilCooling)
The function that specifies a tier to cool action on the selected base blobs.
|
PolicyRule.Update withTierToCoolActionOnBaseBlob(double daysAfterBaseBlobModificationUntilCooling)
daysAfterBaseBlobModificationUntilCooling - the number of days after a base blob is last modified until it is cooled.PolicyRule.Update withTierToArchiveActionOnBaseBlob(double daysAfterBaseBlobModificationUntilArchiving)
daysAfterBaseBlobModificationUntilArchiving - the number of days after a base blob is last modified until it is archived.PolicyRule.Update withDeleteActionOnBaseBlob(double daysAfterBaseBlobModificationUntilDeleting)
daysAfterBaseBlobModificationUntilDeleting - the number of days after a base blob is last modified until it is deleted.PolicyRule.Update withDeleteActionOnSnapShot(double daysAfterSnapShotCreationUntilDeleting)
daysAfterSnapShotCreationUntilDeleting - the number of days after a snapshot is created until it is deleted.PolicyRule.Update updateActionsOnBaseBlob(ManagementPolicyBaseBlob baseBlobActions)
baseBlobActions - an object including all of the actions to apply to selected base blobs.PolicyRule.Update updateActionsOnSnapShot(ManagementPolicySnapShot snapShotActions)
snapShotActions - an object including all of the actions to apply to selected snapshots./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/