Share via


IGuestConfigurationAssignment.VmssVMList Property

Definition

The list of VM Compliance data for VMSS

[Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=true, Description="The list of VM Compliance data for VMSS", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IVmssvmInfo) }, Read=true, ReadOnly=false, Required=false, SerializedName="vmssVMList", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IVmssvmInfo> VmssVMList { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=true, Description="The list of VM Compliance data for VMSS", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IVmssvmInfo) }, Read=true, ReadOnly=false, Required=false, SerializedName="vmssVMList", Update=true)>]
member this.VmssVMList : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IVmssvmInfo> with get, set
Public Property VmssVMList As List(Of IVmssvmInfo)

Property Value

Attributes

Applies to