IUsage.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.
Compute mode used for this usage.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Compute mode used for this usage.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions) }, ReadOnly=true, Required=false, SerializedName="computeMode")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions? ComputeMode { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Compute mode used for this usage.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions) }, ReadOnly=true, Required=false, SerializedName="computeMode")>]
member this.ComputeMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ComputeModeOptions>
Public ReadOnly Property ComputeMode As Nullable(Of ComputeModeOptions)
Property Value
- Attributes