Share via


IQueueSettings.JobTier Property

Definition

Controls the compute job tier

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Controls the compute job tier", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobTier) }, ReadOnly=false, Required=false, SerializedName="jobTier")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobTier? JobTier { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Controls the compute job tier", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobTier) }, ReadOnly=false, Required=false, SerializedName="jobTier")>]
member this.JobTier : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobTier> with get, set
Public Property JobTier As Nullable(Of JobTier)

Property Value

Attributes

Applies to