IGuestConfigurationAssignmentProperties.VmssVMList 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 VM Compliance data for VMSS
[Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Description="The list of VM Compliance data for VMSS", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.Api20220125.IVmssvmInfo) }, ReadOnly=false, Required=false, SerializedName="vmssVMList")]
public Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.Api20220125.IVmssvmInfo[] VmssVMList { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Description="The list of VM Compliance data for VMSS", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.Api20220125.IVmssvmInfo) }, ReadOnly=false, Required=false, SerializedName="vmssVMList")>]
member this.VmssVMList : Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.Api20220125.IVmssvmInfo[] with get, set
Public Property VmssVMList As IVmssvmInfo()
Property Value
- Attributes