| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementPolicyBaseBlob |
PolicyRule.actionsOnBaseBlob() |
ManagementPolicyBaseBlob |
ManagementPolicyAction.baseBlob()
Get the baseBlob property: The management policy action for base blob.
|
ManagementPolicyBaseBlob |
ManagementPolicyBaseBlob.withDelete(DateAfterModification delete)
Set the delete property: The function to delete the blob.
|
ManagementPolicyBaseBlob |
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 |
ManagementPolicyBaseBlob.withTierToArchive(DateAfterModification tierToArchive)
Set the tierToArchive property: The function to tier blobs to archive storage.
|
ManagementPolicyBaseBlob |
ManagementPolicyBaseBlob.withTierToCool(DateAfterModification tierToCool)
Set the tierToCool property: The function to tier blobs to cool storage.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyRule.Update |
PolicyRule.UpdateStages.WithActions.updateActionsOnBaseBlob(ManagementPolicyBaseBlob baseBlobActions)
The function that specifies all of the actions to apply to selected base blobs.
|
PolicyRule.DefinitionStages.WithPolicyRuleAttachable |
PolicyRule.DefinitionStages.WithRuleActions.withActionsOnBaseBlob(ManagementPolicyBaseBlob baseBlobActions)
The function that specifies all of the actions to apply to selected base blobs.
|
ManagementPolicyAction |
ManagementPolicyAction.withBaseBlob(ManagementPolicyBaseBlob baseBlob)
Set the baseBlob property: The management policy action for base blob.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.