IWorkerPoolResource.InstanceName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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