Show / Hide Table of Contents

Class AccountBlobPropertiesDeleteRetentionPolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccountBlobPropertiesDeleteRetentionPolicyArgs
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 AccountBlobPropertiesDeleteRetentionPolicyArgs : ResourceArgs

Constructors

View Source

AccountBlobPropertiesDeleteRetentionPolicyArgs()

Declaration
public AccountBlobPropertiesDeleteRetentionPolicyArgs()

Properties

View Source

Days

Specifies the number of days that the blob should be retained, between 1 and 365 days. Defaults to 7.

Declaration
public Input<int> Days { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.