IComputeInstanceSshSettings.SshPublicAccess Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SshPublicAccess) }, ReadOnly=false, Required=false, SerializedName="sshPublicAccess")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SshPublicAccess? SshPublicAccess { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SshPublicAccess) }, ReadOnly=false, Required=false, SerializedName="sshPublicAccess")>]
member this.SshPublicAccess : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SshPublicAccess> with get, set
Public Property SshPublicAccess As Nullable(Of SshPublicAccess)
Property Value
- Attributes