Aracılığıyla paylaş


IVirtualMachineSchema.IsNotebookInstanceCompute Property

Definition

Indicates whether this compute will be used for running notebooks.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Indicates whether this compute will be used for running notebooks.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isNotebookInstanceCompute")]
public bool? IsNotebookInstanceCompute { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Indicates whether this compute will be used for running notebooks.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isNotebookInstanceCompute")>]
member this.IsNotebookInstanceCompute : Nullable<bool> with get, set
Public Property IsNotebookInstanceCompute As Nullable(Of Boolean)

Property Value

Attributes

Applies to