Show / Hide Table of Contents

Class ManagementPolicyRuleActionsBaseBlob

Inheritance
System.Object
ManagementPolicyRuleActionsBaseBlob
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ManagementPolicyRuleActionsBaseBlob

Fields

View Source

DeleteAfterDaysSinceModificationGreaterThan

The age in days after last modification to delete the blob. Must be at least 0.

Declaration
public readonly int? DeleteAfterDaysSinceModificationGreaterThan
Field Value
Type Description
System.Nullable<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 readonly int? TierToArchiveAfterDaysSinceModificationGreaterThan
Field Value
Type Description
System.Nullable<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 readonly int? TierToCoolAfterDaysSinceModificationGreaterThan
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.