IPolicyAssignment.LatestDefinitionVersion Property

Definition

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

Applies to