public final class ManagementPolicySnapShot extends Object
| Constructor and Description |
|---|
ManagementPolicySnapShot() |
| Modifier and Type | Method and Description |
|---|---|
DateAfterCreation |
delete()
Get the delete property: The function to delete the blob snapshot.
|
DateAfterCreation |
tierToArchive()
Get the tierToArchive property: The function to tier blob snapshot to archive storage.
|
DateAfterCreation |
tierToCool()
Get the tierToCool property: The function to tier blob snapshot to cool storage.
|
void |
validate()
Validates the instance.
|
ManagementPolicySnapShot |
withDelete(DateAfterCreation delete)
Set the delete property: The function to delete the blob snapshot.
|
ManagementPolicySnapShot |
withTierToArchive(DateAfterCreation tierToArchive)
Set the tierToArchive property: The function to tier blob snapshot to archive storage.
|
ManagementPolicySnapShot |
withTierToCool(DateAfterCreation tierToCool)
Set the tierToCool property: The function to tier blob snapshot to cool storage.
|
public DateAfterCreation tierToCool()
public ManagementPolicySnapShot withTierToCool(DateAfterCreation tierToCool)
tierToCool - the tierToCool value to set.public DateAfterCreation tierToArchive()
public ManagementPolicySnapShot withTierToArchive(DateAfterCreation tierToArchive)
tierToArchive - the tierToArchive value to set.public DateAfterCreation delete()
public ManagementPolicySnapShot withDelete(DateAfterCreation delete)
delete - the delete value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.