IPolicyAssignment.DefinitionVersion 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.
The version of the policy definition to use.
[Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The version of the policy definition to use.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="definitionVersion", Update=true)]
public string DefinitionVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The version of the policy definition to use.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="definitionVersion", Update=true)>]
member this.DefinitionVersion : string with get, set
Public Property DefinitionVersion As String
Property Value
- Attributes