Uses of Class
com.azure.resourcemanager.storage.models.ManagementPolicyBaseBlob
Packages that use ManagementPolicyBaseBlob
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of ManagementPolicyBaseBlob in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return ManagementPolicyBaseBlobModifier and TypeMethodDescriptionPolicyRule.actionsOnBaseBlob()ManagementPolicyAction.baseBlob()Get the baseBlob property: The management policy action for base blob.ManagementPolicyBaseBlob.withDelete(DateAfterModification delete) Set the delete property: The function to delete the blob.ManagementPolicyBaseBlob.withEnableAutoTierToHotFromCool(Boolean enableAutoTierToHotFromCool) Set the enableAutoTierToHotFromCool property: This property enables auto tiering of a blob from cool to hot on a blob access.ManagementPolicyBaseBlob.withTierToArchive(DateAfterModification tierToArchive) Set the tierToArchive property: The function to tier blobs to archive storage.ManagementPolicyBaseBlob.withTierToCold(DateAfterModification tierToCold) Set the tierToCold property: The function to tier blobs to cold storage.ManagementPolicyBaseBlob.withTierToCool(DateAfterModification tierToCool) Set the tierToCool property: The function to tier blobs to cool storage.ManagementPolicyBaseBlob.withTierToHot(DateAfterModification tierToHot) Set the tierToHot property: The function to tier blobs to hot storage.Methods in com.azure.resourcemanager.storage.models 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 baseBlob property: The management policy action for base blob.