Delen via


RemoteLoginPortPublicAccess Struct

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.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RemoteLoginPortPublicAccessTypeConverter))]
public struct RemoteLoginPortPublicAccess : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RemoteLoginPortPublicAccess>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RemoteLoginPortPublicAccessTypeConverter))>]
type RemoteLoginPortPublicAccess = struct
    interface IArgumentCompleter
Public Structure RemoteLoginPortPublicAccess
Implements IArgumentCompleter, IEquatable(Of RemoteLoginPortPublicAccess)
Inheritance
RemoteLoginPortPublicAccess
Attributes
Implements

Fields

Disabled
Enabled
NotSpecified

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type RemoteLoginPortPublicAccess (override for Object)

Equals(RemoteLoginPortPublicAccess)

Compares values of enum type RemoteLoginPortPublicAccess

GetHashCode()

Returns hashCode for enum RemoteLoginPortPublicAccess

ToString()

Returns string representation for RemoteLoginPortPublicAccess

Operators

Equality(RemoteLoginPortPublicAccess, RemoteLoginPortPublicAccess)

Overriding == operator for enum RemoteLoginPortPublicAccess

Implicit(RemoteLoginPortPublicAccess to String)

Implicit operator to convert RemoteLoginPortPublicAccess to string

Implicit(String to RemoteLoginPortPublicAccess)

Implicit operator to convert string to RemoteLoginPortPublicAccess

Inequality(RemoteLoginPortPublicAccess, RemoteLoginPortPublicAccess)

Overriding != operator for enum RemoteLoginPortPublicAccess

Applies to