| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DateAfterCreation |
ManagementPolicyVersion.delete()
Get the delete property: The function to delete the blob version.
|
DateAfterCreation |
ManagementPolicySnapShot.delete()
Get the delete property: The function to delete the blob snapshot.
|
DateAfterCreation |
ManagementPolicyVersion.tierToArchive()
Get the tierToArchive property: The function to tier blob version to archive storage.
|
DateAfterCreation |
ManagementPolicySnapShot.tierToArchive()
Get the tierToArchive property: The function to tier blob snapshot to archive storage.
|
DateAfterCreation |
ManagementPolicyVersion.tierToCool()
Get the tierToCool property: The function to tier blob version to cool storage.
|
DateAfterCreation |
ManagementPolicySnapShot.tierToCool()
Get the tierToCool property: The function to tier blob snapshot to cool storage.
|
DateAfterCreation |
DateAfterCreation.withDaysAfterCreationGreaterThan(float daysAfterCreationGreaterThan)
Set the daysAfterCreationGreaterThan property: Value indicating the age in days after creation.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementPolicyVersion |
ManagementPolicyVersion.withDelete(DateAfterCreation delete)
Set the delete property: The function to delete the blob version.
|
ManagementPolicySnapShot |
ManagementPolicySnapShot.withDelete(DateAfterCreation delete)
Set the delete property: The function to delete the blob snapshot.
|
ManagementPolicyVersion |
ManagementPolicyVersion.withTierToArchive(DateAfterCreation tierToArchive)
Set the tierToArchive property: The function to tier blob version to archive storage.
|
ManagementPolicySnapShot |
ManagementPolicySnapShot.withTierToArchive(DateAfterCreation tierToArchive)
Set the tierToArchive property: The function to tier blob snapshot to archive storage.
|
ManagementPolicyVersion |
ManagementPolicyVersion.withTierToCool(DateAfterCreation tierToCool)
Set the tierToCool property: The function to tier blob version to cool storage.
|
ManagementPolicySnapShot |
ManagementPolicySnapShot.withTierToCool(DateAfterCreation tierToCool)
Set the tierToCool property: The function to tier blob snapshot to cool storage.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.