Aracılığıyla paylaş


IStampCapacity.WorkerSize Property

Definition

Size of the machines.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Size of the machines.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkerSizeOptions) }, ReadOnly=false, Required=false, SerializedName="workerSize")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkerSizeOptions? WorkerSize { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Size of the machines.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkerSizeOptions) }, ReadOnly=false, Required=false, SerializedName="workerSize")>]
member this.WorkerSize : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkerSizeOptions> with get, set
Public Property WorkerSize As Nullable(Of WorkerSizeOptions)

Property Value

Attributes

Applies to