Partager via


ManagementPolicyBaseBlob Class

Definition

Management policy action for base blob.

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

Constructors

ManagementPolicyBaseBlob()

Creates an new ManagementPolicyBaseBlob instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagementPolicyBaseBlob.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagementPolicyBaseBlob.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IManagementPolicyBaseBlob.

FromJsonString(String)

Creates a new instance of ManagementPolicyBaseBlob, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagementPolicyBaseBlob into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to