Share via


IDeploymentResourceProperties.Instance Property

Definition

Collection of instances belong to the Deployment

[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=false, Description="Collection of instances belong to the Deployment", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IDeploymentInstance) }, Read=true, ReadOnly=true, Required=false, SerializedName="instances", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IDeploymentInstance> Instance { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=false, Description="Collection of instances belong to the Deployment", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IDeploymentInstance) }, Read=true, ReadOnly=true, Required=false, SerializedName="instances", Update=false)>]
member this.Instance : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IDeploymentInstance>
Public ReadOnly Property Instance As List(Of IDeploymentInstance)

Property Value

Attributes

Applies to