IFunctionsIdentity.WorkerPoolName 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.
Name of the worker pool.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Name of the worker pool.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="workerPoolName")]
public string WorkerPoolName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Name of the worker pool.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="workerPoolName")>]
member this.WorkerPoolName : string with get, set
Public Property WorkerPoolName As String
Property Value
- Attributes