Compartilhar via


ComputeInstanceSshSettings.SshPublicAccess Property

Definition

State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible according to the VNet/subnet policy if applicable.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Origin(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PropertyOrigin.Owned)]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SshPublicAccess? SshPublicAccess { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Origin(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PropertyOrigin.Owned)>]
member this.SshPublicAccess : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SshPublicAccess> with get, set
Public Property SshPublicAccess As Nullable(Of SshPublicAccess)

Property Value

Implements

Attributes

Applies to