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