Freigeben über


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

Name Description
MachineLearningSshPublicAccess(String)

Initializes a new instance of MachineLearningSshPublicAccess.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
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

Name Description
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