你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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