Condividi tramite


IStampCapacity.WorkerSizeId Property

Definition

Size ID of machines: 0 - Small 1 - Medium 2 - Large

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Size ID of machines:\r\n        0 - Small\r\n        1 - Medium\r\n        2 - Large", 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="Size ID of machines:\r\n        0 - Small\r\n        1 - Medium\r\n        2 - Large", 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