Show / Hide Table of Contents

Class GetPolicyRuleActionBaseBlobResult

Inheritance
System.Object
GetPolicyRuleActionBaseBlobResult
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 GetPolicyRuleActionBaseBlobResult

Fields

View Source

DeleteAfterDaysSinceModificationGreaterThan

The age in days after last modification to delete the blob.

Declaration
public readonly int DeleteAfterDaysSinceModificationGreaterThan
Field Value
Type Description
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.

Declaration
public readonly int TierToArchiveAfterDaysSinceModificationGreaterThan
Field Value
Type Description
System.Int32
View Source

TierToCoolAfterDaysSinceModificationGreaterThan

The age in days after last modification to tier blobs to cool storage. Supports blob currently at Hot tier.

Declaration
public readonly int TierToCoolAfterDaysSinceModificationGreaterThan
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.