Share via


IGuestConfigurationAssignmentProperties.LatestAssignmentReportResource Property

Definition

The list of resources for which guest configuration assignment compliance is checked.

[Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=true, Description="The list of resources for which guest configuration assignment compliance is checked.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IAssignmentReportResource) }, Read=true, ReadOnly=false, Required=false, SerializedName="resources", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IAssignmentReportResource> LatestAssignmentReportResource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=true, Description="The list of resources for which guest configuration assignment compliance is checked.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IAssignmentReportResource) }, Read=true, ReadOnly=false, Required=false, SerializedName="resources", Update=true)>]
member this.LatestAssignmentReportResource : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IAssignmentReportResource> with get, set
Public Property LatestAssignmentReportResource As List(Of IAssignmentReportResource)

Property Value

Attributes

Applies to