Compartilhar via


IManagementPolicyBaseBlob Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ManagementPolicyBaseBlobTypeConverter))]
public interface IManagementPolicyBaseBlob : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ManagementPolicyBaseBlobTypeConverter))>]
type IManagementPolicyBaseBlob = interface
    interface IJsonSerializable
Public Interface IManagementPolicyBaseBlob
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

DeleteDaysAfterCreationGreaterThan

Value indicating the age in days after blob creation.

DeleteDaysAfterLastAccessTimeGreaterThan

Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy

DeleteDaysAfterLastTierChangeGreaterThan

Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterModificationGreaterThan to be set for baseBlobs based actions. The blob will be archived if both the conditions are satisfied.

DeleteDaysAfterModificationGreaterThan

Value indicating the age in days after last modification

EnableAutoTierToHotFromCool

This property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan.

TierToArchiveDaysAfterCreationGreaterThan

Value indicating the age in days after blob creation.

TierToArchiveDaysAfterLastAccessTimeGreaterThan

Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy

TierToArchiveDaysAfterLastTierChangeGreaterThan

Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterModificationGreaterThan to be set for baseBlobs based actions. The blob will be archived if both the conditions are satisfied.

TierToArchiveDaysAfterModificationGreaterThan

Value indicating the age in days after last modification

TierToColdDaysAfterCreationGreaterThan

Value indicating the age in days after blob creation.

TierToColdDaysAfterLastAccessTimeGreaterThan

Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy

TierToColdDaysAfterLastTierChangeGreaterThan

Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterModificationGreaterThan to be set for baseBlobs based actions. The blob will be archived if both the conditions are satisfied.

TierToColdDaysAfterModificationGreaterThan

Value indicating the age in days after last modification

TierToCoolDaysAfterCreationGreaterThan

Value indicating the age in days after blob creation.

TierToCoolDaysAfterLastAccessTimeGreaterThan

Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy

TierToCoolDaysAfterLastTierChangeGreaterThan

Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterModificationGreaterThan to be set for baseBlobs based actions. The blob will be archived if both the conditions are satisfied.

TierToCoolDaysAfterModificationGreaterThan

Value indicating the age in days after last modification

TierToHotDaysAfterCreationGreaterThan

Value indicating the age in days after blob creation.

TierToHotDaysAfterLastAccessTimeGreaterThan

Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy

TierToHotDaysAfterLastTierChangeGreaterThan

Value indicating the age in days after last blob tier change time. This property is only applicable for tierToArchive actions and requires daysAfterModificationGreaterThan to be set for baseBlobs based actions. The blob will be archived if both the conditions are satisfied.

TierToHotDaysAfterModificationGreaterThan

Value indicating the age in days after last modification

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to