NewAzurePolicyDefinitionCmdlet.Policy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- Attributes