Condividi tramite


IWorkerPool.InstanceName Property

Definition

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

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

Property Value

String[]
Attributes

Applies to