IVirtualMachineSchema.NotebookServerPort Property

Definition

Notebook server port open for ssh connections.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Notebook server port open for ssh connections.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="notebookServerPort", Update=true)]
public int? NotebookServerPort { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Notebook server port open for ssh connections.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="notebookServerPort", Update=true)>]
member this.NotebookServerPort : Nullable<int> with get, set
Public Property NotebookServerPort As Nullable(Of Integer)

Property Value

Attributes

Applies to