Condividi tramite


IWorkerPool.ComputeMode Property

Definition

Shared or dedicated app hosting.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Shared or dedicated app hosting.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions) }, ReadOnly=false, Required=false, SerializedName="computeMode")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions? ComputeMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Shared or dedicated app hosting.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions) }, ReadOnly=false, Required=false, SerializedName="computeMode")>]
member this.ComputeMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions> with get, set
Public Property ComputeMode As Nullable(Of ComputeModeOptions)

Property Value

Attributes

Applies to