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 SourceDeleteAfterDaysSinceModificationGreaterThan
The age in days after last modification to delete the blob.
Declaration
public readonly int DeleteAfterDaysSinceModificationGreaterThan
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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 |
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 |