Show / Hide Table of Contents

Class GetPolicyRuleResult

Inheritance
System.Object
GetPolicyRuleResult
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 GetPolicyRuleResult

Fields

View Source

Actions

An actions block as documented below.

Declaration
public readonly ImmutableArray<GetPolicyRuleActionResult> Actions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetPolicyRuleActionResult>
View Source

Enabled

Boolean to specify whether the rule is enabled.

Declaration
public readonly bool Enabled
Field Value
Type Description
System.Boolean
View Source

Filters

A filter block as documented below.

Declaration
public readonly ImmutableArray<GetPolicyRuleFilterResult> Filters
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetPolicyRuleFilterResult>
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.