IStampCapacity.WorkerSize Property

Definition

Size of the machines.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "Small", "Medium", "Large", "D1", "D2", "D3", "SmallV3", "MediumV3", "LargeV3", "NestedSmall", "NestedSmallLinux", "Default" })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Size of the machines.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="workerSize", Update=true)]
public string WorkerSize { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "Small", "Medium", "Large", "D1", "D2", "D3", "SmallV3", "MediumV3", "LargeV3", "NestedSmall", "NestedSmallLinux", "Default" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Size of the machines.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="workerSize", Update=true)>]
member this.WorkerSize : string with get, set
Public Property WorkerSize As String

Property Value

Attributes

Applies to