Uses of Class
com.microsoft.azure.management.storage.ManagementPolicyBaseBlob
Packages that use ManagementPolicyBaseBlob
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of ManagementPolicyBaseBlob in com.microsoft.azure.management.storage
Methods in com.microsoft.azure.management.storage that return ManagementPolicyBaseBlobModifier and TypeMethodDescriptionPolicyRule.actionsOnBaseBlob()ManagementPolicyAction.baseBlob()Get the management policy action for base blob.ManagementPolicyBaseBlob.withDelete(DateAfterModification delete) Set the function to delete the blob.ManagementPolicyBaseBlob.withTierToArchive(DateAfterModification tierToArchive) Set the function to tier blobs to archive storage.ManagementPolicyBaseBlob.withTierToCool(DateAfterModification tierToCool) Set the function to tier blobs to cool storage.Methods in com.microsoft.azure.management.storage with parameters of type ManagementPolicyBaseBlobModifier and TypeMethodDescriptionPolicyRule.UpdateStages.WithActions.updateActionsOnBaseBlob(ManagementPolicyBaseBlob baseBlobActions) The function that specifies all of the actions to apply to selected base blobs.PolicyRule.DefinitionStages.WithRuleActions.withActionsOnBaseBlob(ManagementPolicyBaseBlob baseBlobActions) The function that specifies all of the actions to apply to selected base blobs.ManagementPolicyAction.withBaseBlob(ManagementPolicyBaseBlob baseBlob) Set the management policy action for base blob.