Condividi tramite


IStampCapacity.ComputeMode Property

Definition

Shared/dedicated workers.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Shared/dedicated workers.", 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/dedicated workers.", 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