NewAzurePolicyDefinitionCmdlet.Policy Property

Definition

[System.Management.Automation.Parameter(HelpMessage="The policy rule or definition. This can be the path to a file or uri containing the rule or definition JSON, or the rule or definition as a JSON string.", Mandatory=true, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string Policy { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The policy rule or definition. This can be the path to a file or uri containing the rule or definition JSON, or the rule or definition as a JSON string.", Mandatory=true, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Policy : string with get, set
Public Property Policy As String

Property Value

String
Attributes

Applies to