Partilhar via


IVmssFabricProfile.Image Property

Definition

The VM images of the machines in the pool.

[Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="The VM images of the machines in the pool.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IPoolImage) }, Read=true, ReadOnly=false, Required=true, SerializedName="images", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IPoolImage> Image { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="The VM images of the machines in the pool.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IPoolImage) }, Read=true, ReadOnly=false, Required=true, SerializedName="images", Update=true)>]
member this.Image : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IPoolImage> with get, set
Public Property Image As List(Of IPoolImage)

Property Value

Attributes

Applies to