IConfigurationServiceResource.Instance Property

Definition

Collection of instances belong to Application Configuration Service.

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

Property Value

Attributes

Applies to