IGuestConfigurationAssignment.LatestReportId 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.
Id of the latest report for the guest configuration assignment.
[Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=false, Description="Id of the latest report for the guest configuration assignment. ", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="latestReportId", Update=false)]
public string LatestReportId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=false, Description="Id of the latest report for the guest configuration assignment. ", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="latestReportId", Update=false)>]
member this.LatestReportId : string
Public ReadOnly Property LatestReportId As String
Property Value
- Attributes