Class ManagementPolicyRule
Inheritance
System.Object
ManagementPolicyRule
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 ManagementPolicyRule
Fields
View SourceActions
An actions block as documented below.
Declaration
public readonly ManagementPolicyRuleActions Actions
Field Value
| Type | Description |
|---|---|
| ManagementPolicyRuleActions |
Enabled
Boolean to specify whether the rule is enabled.
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Filters
A filter block as documented below.
Declaration
public readonly ManagementPolicyRuleFilters Filters
Field Value
| Type | Description |
|---|---|
| ManagementPolicyRuleFilters |
Name
A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |