Show / Hide Table of Contents

Class ManagementPolicyRuleActionsBaseBlobGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ManagementPolicyRuleActionsBaseBlobGetArgs
Inherited Members
ResourceArgs.Empty
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 ManagementPolicyRuleActionsBaseBlobGetArgs : ResourceArgs

Constructors

View Source

ManagementPolicyRuleActionsBaseBlobGetArgs()

Declaration
public ManagementPolicyRuleActionsBaseBlobGetArgs()

Properties

View Source

DeleteAfterDaysSinceModificationGreaterThan

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.