Condividi tramite


IWorkerPool.WorkerSizeId Property

Definition

Worker size ID for referencing this worker pool.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Worker size ID for referencing this worker pool.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="workerSizeId")]
public int? WorkerSizeId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Worker size ID for referencing this worker pool.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="workerSizeId")>]
member this.WorkerSizeId : Nullable<int> with get, set
Public Property WorkerSizeId As Nullable(Of Integer)

Property Value

Attributes

Applies to