| Modifier and Type | Method and Description |
|---|---|
DateAfterModification |
ManagementPolicyBaseBlob.delete()
Get the function to delete the blob.
|
DateAfterModification |
ManagementPolicyBaseBlob.tierToArchive()
Get the function to tier blobs to archive storage.
|
DateAfterModification |
ManagementPolicyBaseBlob.tierToCool()
Get the function to tier blobs to cool storage.
|
DateAfterModification |
DateAfterModification.withDaysAfterModificationGreaterThan(double daysAfterModificationGreaterThan)
Set value indicating the age in days after last modification.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementPolicyBaseBlob |
ManagementPolicyBaseBlob.withDelete(DateAfterModification delete)
Set the function to delete the blob.
|
ManagementPolicyBaseBlob |
ManagementPolicyBaseBlob.withTierToArchive(DateAfterModification tierToArchive)
Set the function to tier blobs to archive storage.
|
ManagementPolicyBaseBlob |
ManagementPolicyBaseBlob.withTierToCool(DateAfterModification tierToCool)
Set the function to tier blobs to cool storage.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/