IStampCapacity.WorkerSizeId 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.
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