Uses of Interface
com.azure.resourcemanager.storage.models.PolicyRule.DefinitionStages.WithPolicyRuleAttachable
Packages that use PolicyRule.DefinitionStages.WithPolicyRuleAttachable
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of PolicyRule.DefinitionStages.WithPolicyRuleAttachable in com.azure.resourcemanager.storage.models
Subinterfaces of PolicyRule.DefinitionStages.WithPolicyRuleAttachable in com.azure.resourcemanager.storage.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all of the definitions related to a rule in a management policy.Methods in com.azure.resourcemanager.storage.models that return PolicyRule.DefinitionStages.WithPolicyRuleAttachableModifier and TypeMethodDescriptionPolicyRule.DefinitionStages.WithRuleActions.withActionsOnBaseBlob(ManagementPolicyBaseBlob baseBlobActions) The function that specifies all of the actions to apply to selected base blobs.PolicyRule.DefinitionStages.WithRuleActions.withActionsOnSnapShot(ManagementPolicySnapShot snapShotActions) The function that specifies all of the actions to apply to selected snapshots.PolicyRule.DefinitionStages.WithRuleActions.withDeleteActionOnBaseBlob(float daysAfterBaseBlobModificationUntilDeleting) The function that specifies a delete action on the selected base blobs.PolicyRule.DefinitionStages.WithRuleActions.withDeleteActionOnSnapShot(float daysAfterSnapShotCreationUntilDeleting) The function that specifies a delete action on the selected snapshots.PolicyRule.DefinitionStages.WithRuleActions.withTierToArchiveActionOnBaseBlob(float daysAfterBaseBlobModificationUntilArchiving) The function that specifies a tier to archive action on the selected base blobs.PolicyRule.DefinitionStages.WithRuleActions.withTierToCoolActionOnBaseBlob(float daysAfterBaseBlobModificationUntilCooling) The function that specifies a tier to cool action on the selected base blobs.