IUsage.ComputeMode Property

Definition

Compute mode used for this usage.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "Shared", "Dedicated", "Dynamic" })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Compute mode used for this usage.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="computeMode", Update=false)]
public string ComputeMode { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "Shared", "Dedicated", "Dynamic" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Compute mode used for this usage.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="computeMode", Update=false)>]
member this.ComputeMode : string
Public ReadOnly Property ComputeMode As String

Property Value

Attributes

Applies to