Show / Hide Table of Contents

Class ManagementPolicyArgs

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

Constructors

View Source

ManagementPolicyArgs()

Declaration
public ManagementPolicyArgs()

Properties

View Source

Rules

A rule block as documented below.

Declaration
public InputList<ManagementPolicyRuleArgs> Rules { get; set; }
Property Value
Type Description
InputList<ManagementPolicyRuleArgs>
View Source

StorageAccountId

Specifies the id of the storage account to apply the management policy to.

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