Package | Description |
---|---|
com.microsoft.azure.management.storage |
This package contains the classes for StorageManagementClient.
|
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(int daysAfterModificationGreaterThan)
Set integer 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 © 2019. All rights reserved.