Show / Hide Table of Contents

Class GetPolicyDefintionArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetPolicyDefintionArgs
Inherited Members
InvokeArgs.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.Policy
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetPolicyDefintionArgs : InvokeArgs

Constructors

View Source

GetPolicyDefintionArgs()

Declaration
public GetPolicyDefintionArgs()

Properties

View Source

DisplayName

Specifies the display name of the Policy Definition. Conflicts with name.

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
System.String
View Source

ManagementGroupId

Declaration
public string ManagementGroupId { get; set; }
Property Value
Type Description
System.String
View Source

ManagementGroupName

Only retrieve Policy Definitions from this Management Group.

Declaration
public string ManagementGroupName { get; set; }
Property Value
Type Description
System.String
View Source

Name

Specifies the name of the Policy Definition. Conflicts with display_name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.