public final class ManagementPolicyBaseBlob extends Object
| Constructor and Description |
|---|
ManagementPolicyBaseBlob() |
| Modifier and Type | Method and Description |
|---|---|
DateAfterModification |
delete()
Get the delete property: The function to delete the blob.
|
Boolean |
enableAutoTierToHotFromCool()
Get the enableAutoTierToHotFromCool property: This property enables auto tiering of a blob from cool to hot on a
blob access.
|
DateAfterModification |
tierToArchive()
Get the tierToArchive property: The function to tier blobs to archive storage.
|
DateAfterModification |
tierToCool()
Get the tierToCool property: The function to tier blobs to cool storage.
|
void |
validate()
Validates the instance.
|
ManagementPolicyBaseBlob |
withDelete(DateAfterModification delete)
Set the delete property: The function to delete the blob.
|
ManagementPolicyBaseBlob |
withEnableAutoTierToHotFromCool(Boolean enableAutoTierToHotFromCool)
Set the enableAutoTierToHotFromCool property: This property enables auto tiering of a blob from cool to hot on a
blob access.
|
ManagementPolicyBaseBlob |
withTierToArchive(DateAfterModification tierToArchive)
Set the tierToArchive property: The function to tier blobs to archive storage.
|
ManagementPolicyBaseBlob |
withTierToCool(DateAfterModification tierToCool)
Set the tierToCool property: The function to tier blobs to cool storage.
|
public DateAfterModification tierToCool()
public ManagementPolicyBaseBlob withTierToCool(DateAfterModification tierToCool)
tierToCool - the tierToCool value to set.public DateAfterModification tierToArchive()
public ManagementPolicyBaseBlob withTierToArchive(DateAfterModification tierToArchive)
tierToArchive - the tierToArchive value to set.public DateAfterModification delete()
public ManagementPolicyBaseBlob withDelete(DateAfterModification delete)
delete - the delete value to set.public Boolean enableAutoTierToHotFromCool()
public ManagementPolicyBaseBlob withEnableAutoTierToHotFromCool(Boolean enableAutoTierToHotFromCool)
enableAutoTierToHotFromCool - the enableAutoTierToHotFromCool value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.