Share via


DeploymentResourceProperties.Instances Property

Definition

Gets collection of instances belong to the Deployment

[Newtonsoft.Json.JsonProperty(PropertyName="instances")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppPlatform.Models.DeploymentInstance> Instances { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="instances")>]
member this.Instances : System.Collections.Generic.IList<Microsoft.Azure.Management.AppPlatform.Models.DeploymentInstance>
Public ReadOnly Property Instances As IList(Of DeploymentInstance)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to