IStampCapacity.WorkerSizeId Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Size ID of machines:\r\n        0 - Small\r\n        1 - Medium\r\n        2 - Large", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="workerSizeId", Update=true)]
public int? WorkerSizeId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Size ID of machines:\r\n        0 - Small\r\n        1 - Medium\r\n        2 - Large", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="workerSizeId", Update=true)>]
member this.WorkerSizeId : Nullable<int> with get, set
Public Property WorkerSizeId As Nullable(Of Integer)

Property Value

Attributes

Applies to