public static interface PolicyRule.DefinitionStages.WithRuleActions
| Modifier and Type | Method and Description |
|---|---|
PolicyRule.DefinitionStages.WithPolicyRuleAttachable |
withActionsOnBaseBlob(ManagementPolicyBaseBlob baseBlobActions)
The function that specifies all of the actions to apply to selected base blobs.
|
PolicyRule.DefinitionStages.WithPolicyRuleAttachable |
withActionsOnSnapShot(ManagementPolicySnapShot snapShotActions)
The function that specifies all of the actions to apply to selected snapshots.
|
PolicyRule.DefinitionStages.WithPolicyRuleAttachable |
withDeleteActionOnBaseBlob(double daysAfterBaseBlobModificationUntilDeleting)
The function that specifies a delete action on the selected base blobs.
|
PolicyRule.DefinitionStages.WithPolicyRuleAttachable |
withDeleteActionOnSnapShot(double daysAfterSnapShotCreationUntilDeleting)
The function that specifies a delete action on the selected snapshots.
|
PolicyRule.DefinitionStages.WithPolicyRuleAttachable |
withTierToArchiveActionOnBaseBlob(double daysAfterBaseBlobModificationUntilArchiving)
The function that specifies a tier to archive action on the selected base blobs.
|
PolicyRule.DefinitionStages.WithPolicyRuleAttachable |
withTierToCoolActionOnBaseBlob(double daysAfterBaseBlobModificationUntilCooling)
The function that specifies a tier to cool action on the selected base blobs.
|
PolicyRule.DefinitionStages.WithPolicyRuleAttachable withTierToCoolActionOnBaseBlob(double daysAfterBaseBlobModificationUntilCooling)
daysAfterBaseBlobModificationUntilCooling - the number of days after a base blob is last modified until it is cooled.PolicyRule.DefinitionStages.WithPolicyRuleAttachable withTierToArchiveActionOnBaseBlob(double daysAfterBaseBlobModificationUntilArchiving)
daysAfterBaseBlobModificationUntilArchiving - the number of days after a base blob is last modified until it is archived.PolicyRule.DefinitionStages.WithPolicyRuleAttachable withDeleteActionOnBaseBlob(double daysAfterBaseBlobModificationUntilDeleting)
daysAfterBaseBlobModificationUntilDeleting - the number of days after a base blob is last modified until it is deleted.PolicyRule.DefinitionStages.WithPolicyRuleAttachable withDeleteActionOnSnapShot(double daysAfterSnapShotCreationUntilDeleting)
daysAfterSnapShotCreationUntilDeleting - the number of days after a snapshot is created until it is deleted.PolicyRule.DefinitionStages.WithPolicyRuleAttachable withActionsOnBaseBlob(ManagementPolicyBaseBlob baseBlobActions)
baseBlobActions - an object including all of the actions to apply to selected base blobs.PolicyRule.DefinitionStages.WithPolicyRuleAttachable withActionsOnSnapShot(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.
*/