IGuestConfigurationAssignment.LatestAssignmentReportResource 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 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