Show / Hide Table of Contents

Class GetPolicySetDefinitionArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetPolicySetDefinitionArgs
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 GetPolicySetDefinitionArgs : InvokeArgs

Constructors

View Source

GetPolicySetDefinitionArgs()

Declaration
public GetPolicySetDefinitionArgs()

Properties

View Source

DisplayName

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

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

ManagementGroupName

Only retrieve Policy Set 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 Set 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.