IDeployment.DeployedImage Property

Definition

Images deployed

[Microsoft.Azure.PowerShell.Cmdlets.Sphere.Runtime.Info(Create=true, Description="Images deployed", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IImage) }, Read=true, ReadOnly=false, Required=false, SerializedName="deployedImages", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IImage> DeployedImage { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Sphere.Runtime.Info(Create=true, Description="Images deployed", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IImage) }, Read=true, ReadOnly=false, Required=false, SerializedName="deployedImages", Update=false)>]
member this.DeployedImage : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IImage> with get, set
Public Property DeployedImage As List(Of IImage)

Property Value

Attributes

Applies to