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(float daysAfterBaseBlobModificationUntilDeleting)
The function that specifies a delete action on the selected base blobs.
|
PolicyRule.Update |
withDeleteActionOnSnapShot(float daysAfterSnapShotCreationUntilDeleting)
The function that specifies a delete action on the selected snapshots.
|
PolicyRule.Update |
withTierToArchiveActionOnBaseBlob(float daysAfterBaseBlobModificationUntilArchiving)
The function that specifies a tier to archive action on the selected base blobs.
|
PolicyRule.Update |
withTierToCoolActionOnBaseBlob(float daysAfterBaseBlobModificationUntilCooling)
The function that specifies a tier to cool action on the selected base blobs.
|
PolicyRule.Update withTierToCoolActionOnBaseBlob(float daysAfterBaseBlobModificationUntilCooling)
daysAfterBaseBlobModificationUntilCooling - the number of days after a base blob is last modified
until it is cooled.PolicyRule.Update withTierToArchiveActionOnBaseBlob(float daysAfterBaseBlobModificationUntilArchiving)
daysAfterBaseBlobModificationUntilArchiving - the number of days after a base blob is last modified
until it is archived.PolicyRule.Update withDeleteActionOnBaseBlob(float daysAfterBaseBlobModificationUntilDeleting)
daysAfterBaseBlobModificationUntilDeleting - the number of days after a base blob is last modified
until it is deleted.PolicyRule.Update withDeleteActionOnSnapShot(float 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 © 2021 Microsoft Corporation. All rights reserved.