Show / Hide Table of Contents

Class ManagementPolicyState

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

Constructors

View Source

ManagementPolicyState()

Declaration
public ManagementPolicyState()

Properties

View Source

Rules

A rule block as documented below.

Declaration
public InputList<ManagementPolicyRuleGetArgs> Rules { get; set; }
Property Value
Type Description
InputList<ManagementPolicyRuleGetArgs>
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.