MachineLearningRemoteLoginPortPublicAccess 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.

public readonly struct MachineLearningRemoteLoginPortPublicAccess : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningRemoteLoginPortPublicAccess>
type MachineLearningRemoteLoginPortPublicAccess = struct
Public Structure MachineLearningRemoteLoginPortPublicAccess
Implements IEquatable(Of MachineLearningRemoteLoginPortPublicAccess)
Inheritance
MachineLearningRemoteLoginPortPublicAccess
Implements

Constructors

MachineLearningRemoteLoginPortPublicAccess(String)

Initializes a new instance of MachineLearningRemoteLoginPortPublicAccess.

Properties

Disabled

Disabled.

Enabled

Enabled.

NotSpecified

NotSpecified.

Methods

Equals(MachineLearningRemoteLoginPortPublicAccess)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(MachineLearningRemoteLoginPortPublicAccess, MachineLearningRemoteLoginPortPublicAccess)

Determines if two MachineLearningRemoteLoginPortPublicAccess values are the same.

Implicit(String to MachineLearningRemoteLoginPortPublicAccess)

Converts a string to a MachineLearningRemoteLoginPortPublicAccess.

Inequality(MachineLearningRemoteLoginPortPublicAccess, MachineLearningRemoteLoginPortPublicAccess)

Determines if two MachineLearningRemoteLoginPortPublicAccess values are not the same.

Applies to