Compartilhar via


SshPublicAccessTypeConverter Class

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.

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

Constructors

SshPublicAccessTypeConverter()

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