IPolicyAssignment.LatestDefinitionVersion 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 latest version of the policy definition available. This is only present if requested via the $expand query parameter.
[Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=false, Description="The latest version of the policy definition available. This is only present if requested via the $expand query parameter.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="latestDefinitionVersion", Update=false)]
public string LatestDefinitionVersion { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=false, Description="The latest version of the policy definition available. This is only present if requested via the $expand query parameter.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="latestDefinitionVersion", Update=false)>]
member this.LatestDefinitionVersion : string
Public ReadOnly Property LatestDefinitionVersion As String
Property Value
- Attributes