Share via


SslConfigStatus Struct

Definition

Enable or disable ssl for scoring

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

Fields

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

Equals(SslConfigStatus)

Compares values of enum type SslConfigStatus

GetHashCode()

Returns hashCode for enum SslConfigStatus

ToString()

Returns string representation for SslConfigStatus

Operators

Equality(SslConfigStatus, SslConfigStatus)

Overriding == operator for enum SslConfigStatus

Implicit(SslConfigStatus to String)

Implicit operator to convert SslConfigStatus to string

Implicit(String to SslConfigStatus)

Implicit operator to convert string to SslConfigStatus

Inequality(SslConfigStatus, SslConfigStatus)

Overriding != operator for enum SslConfigStatus

Applies to