| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DateAfterModification |
ManagementPolicyBaseBlob.delete()
Get the delete property: The function to delete the blob.
|
DateAfterModification |
ManagementPolicyBaseBlob.tierToArchive()
Get the tierToArchive property: The function to tier blobs to archive storage.
|
DateAfterModification |
ManagementPolicyBaseBlob.tierToCool()
Get the tierToCool property: The function to tier blobs to cool storage.
|
DateAfterModification |
DateAfterModification.withDaysAfterLastAccessTimeGreaterThan(Float daysAfterLastAccessTimeGreaterThan)
Set the daysAfterLastAccessTimeGreaterThan property: Value indicating the age in days after last blob access.
|
DateAfterModification |
DateAfterModification.withDaysAfterModificationGreaterThan(Float daysAfterModificationGreaterThan)
Set the daysAfterModificationGreaterThan property: Value indicating the age in days after last modification.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementPolicyBaseBlob |
ManagementPolicyBaseBlob.withDelete(DateAfterModification delete)
Set the delete property: The function to delete the blob.
|
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.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.