Share via


MachineLearningSshPublicAccess Struct

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 readonly struct MachineLearningSshPublicAccess : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningSshPublicAccess>
type MachineLearningSshPublicAccess = struct
Public Structure MachineLearningSshPublicAccess
Implements IEquatable(Of MachineLearningSshPublicAccess)
Inheritance
MachineLearningSshPublicAccess
Implements

Constructors

MachineLearningSshPublicAccess(String)

Initializes a new instance of MachineLearningSshPublicAccess.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(MachineLearningSshPublicAccess)

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(MachineLearningSshPublicAccess, MachineLearningSshPublicAccess)

Determines if two MachineLearningSshPublicAccess values are the same.

Implicit(String to MachineLearningSshPublicAccess)

Converts a string to a MachineLearningSshPublicAccess.

Inequality(MachineLearningSshPublicAccess, MachineLearningSshPublicAccess)

Determines if two MachineLearningSshPublicAccess values are not the same.

Applies to