IVirtualMachineSchemaProperties.IsNotebookInstanceCompute Property

Definition

Indicates whether this compute will be used for running notebooks.

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

Property Value

Attributes

Applies to