Share via


RemoteLoginPortPublicAccessTypeConverter Class

Definition

State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the public ssh port is open on all nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can be default only during cluster creation time, after creation it will be either enabled or disabled.

public class RemoteLoginPortPublicAccessTypeConverter : System.Management.Automation.PSTypeConverter
type RemoteLoginPortPublicAccessTypeConverter = class
    inherit PSTypeConverter
Public Class RemoteLoginPortPublicAccessTypeConverter
Inherits PSTypeConverter
Inheritance
RemoteLoginPortPublicAccessTypeConverter

Constructors

RemoteLoginPortPublicAccessTypeConverter()

Methods

CanConvertFrom(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

ConvertFrom(Object, Type, IFormatProvider, Boolean)

Converts the sourceValue parameter to the destinationType parameter using formatProvider and ignoreCase

ConvertTo(Object, Type, IFormatProvider, Boolean)

NotImplemented -- this will return null

Applies to