Aracılığıyla paylaş


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

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

Fields

Disabled
Enabled

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 SshPublicAccess (override for Object)

Equals(SshPublicAccess)

Compares values of enum type SshPublicAccess

GetHashCode()

Returns hashCode for enum SshPublicAccess

ToString()

Returns string representation for SshPublicAccess

Operators

Equality(SshPublicAccess, SshPublicAccess)

Overriding == operator for enum SshPublicAccess

Implicit(SshPublicAccess to String)

Implicit operator to convert SshPublicAccess to string

Implicit(String to SshPublicAccess)

Implicit operator to convert string to SshPublicAccess

Inequality(SshPublicAccess, SshPublicAccess)

Overriding != operator for enum SshPublicAccess

Applies to