IUpdate.ComponentVersion Property

Definition

An array of component versions for a Solution Bundle update, and an empty array otherwise.

[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=true, Description="An array of component versions for a Solution Bundle update, and an empty array otherwise.  ", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IPackageVersionInfo) }, Read=true, ReadOnly=false, Required=false, SerializedName="componentVersions", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IPackageVersionInfo> ComponentVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=true, Description="An array of component versions for a Solution Bundle update, and an empty array otherwise.  ", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IPackageVersionInfo) }, Read=true, ReadOnly=false, Required=false, SerializedName="componentVersions", Update=true)>]
member this.ComponentVersion : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IPackageVersionInfo> with get, set
Public Property ComponentVersion As List(Of IPackageVersionInfo)

Property Value

Attributes

Applies to