Show / Hide Table of Contents

Class ManagementPolicyRuleGetArgs

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

Constructors

View Source

ManagementPolicyRuleGetArgs()

Declaration
public ManagementPolicyRuleGetArgs()

Properties

View Source

Actions

An actions block as documented below.

Declaration
public Input<ManagementPolicyRuleActionsGetArgs> Actions { get; set; }
Property Value
Type Description
Input<ManagementPolicyRuleActionsGetArgs>
View Source

Enabled

Boolean to specify whether the rule is enabled.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Filters

A filter block as documented below.

Declaration
public Input<ManagementPolicyRuleFiltersGetArgs> Filters { get; set; }
Property Value
Type Description
Input<ManagementPolicyRuleFiltersGetArgs>
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 Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.