Class GetPolicyDefintionArgs
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.Policy
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetPolicyDefintionArgs : InvokeArgs
Constructors
View SourceGetPolicyDefintionArgs()
Declaration
public GetPolicyDefintionArgs()
Properties
View SourceDisplayName
Specifies the display name of the Policy Definition. Conflicts with name.
Declaration
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ManagementGroupId
Declaration
public string ManagementGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ManagementGroupName
Only retrieve Policy Definitions from this Management Group.
Declaration
public string ManagementGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Specifies the name of the Policy Definition. Conflicts with display_name.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |