| Modifier and Type | Interface and Description |
|---|---|
static interface |
PolicyRule.Definition
Container interface for all of the definitions related to a rule in a management policy.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyRule.DefinitionStages.WithPolicyRuleAttachable |
PolicyRule.DefinitionStages.WithRuleActions.withActionsOnBaseBlob(ManagementPolicyBaseBlob baseBlobActions)
The function that specifies all of the actions to apply to selected base blobs.
|
PolicyRule.DefinitionStages.WithPolicyRuleAttachable |
PolicyRule.DefinitionStages.WithRuleActions.withActionsOnSnapShot(ManagementPolicySnapShot snapShotActions)
The function that specifies all of the actions to apply to selected snapshots.
|
PolicyRule.DefinitionStages.WithPolicyRuleAttachable |
PolicyRule.DefinitionStages.WithRuleActions.withDeleteActionOnBaseBlob(double daysAfterBaseBlobModificationUntilDeleting)
The function that specifies a delete action on the selected base blobs.
|
PolicyRule.DefinitionStages.WithPolicyRuleAttachable |
PolicyRule.DefinitionStages.WithRuleActions.withDeleteActionOnSnapShot(double daysAfterSnapShotCreationUntilDeleting)
The function that specifies a delete action on the selected snapshots.
|
PolicyRule.DefinitionStages.WithPolicyRuleAttachable |
PolicyRule.DefinitionStages.WithRuleActions.withTierToArchiveActionOnBaseBlob(double daysAfterBaseBlobModificationUntilArchiving)
The function that specifies a tier to archive action on the selected base blobs.
|
PolicyRule.DefinitionStages.WithPolicyRuleAttachable |
PolicyRule.DefinitionStages.WithRuleActions.withTierToCoolActionOnBaseBlob(double daysAfterBaseBlobModificationUntilCooling)
The function that specifies a tier to cool action on the selected base blobs.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/