Class ManagementPolicyRuleActionsBaseBlobArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Storage.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ManagementPolicyRuleActionsBaseBlobArgs : ResourceArgs
Constructors
View SourceManagementPolicyRuleActionsBaseBlobArgs()
Declaration
public ManagementPolicyRuleActionsBaseBlobArgs()
Properties
View SourceDeleteAfterDaysSinceModificationGreaterThan
The age in days after last modification to delete the blob. Must be at least 0.
Declaration
public Input<int> DeleteAfterDaysSinceModificationGreaterThan { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
TierToArchiveAfterDaysSinceModificationGreaterThan
The age in days after last modification to tier blobs to archive storage. Supports blob currently at Hot or Cool tier. Must be at least 0.
Declaration
public Input<int> TierToArchiveAfterDaysSinceModificationGreaterThan { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
TierToCoolAfterDaysSinceModificationGreaterThan
The age in days after last modification to tier blobs to cool storage. Supports blob currently at Hot tier. Must be at least 0.
Declaration
public Input<int> TierToCoolAfterDaysSinceModificationGreaterThan { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |