Class ManagementPolicyArgs
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ManagementPolicyArgs : ResourceArgs
Constructors
View SourceManagementPolicyArgs()
Declaration
public ManagementPolicyArgs()
Properties
View SourceRules
A rule block as documented below.
Declaration
public InputList<ManagementPolicyRuleArgs> Rules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ManagementPolicyRuleArgs> |
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> |