IWorkerPool.InstanceName Property

Definition

Names of all instances in the worker pool (read only).

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Names of all instances in the worker pool (read only).", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="instanceNames", Update=false)]
public System.Collections.Generic.List<string> InstanceName { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Names of all instances in the worker pool (read only).", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="instanceNames", Update=false)>]
member this.InstanceName : System.Collections.Generic.List<string>
Public ReadOnly Property InstanceName As List(Of String)

Property Value

Attributes

Applies to