IVmssFabricProfile.Image 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 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