SslEnforcementEnum Struct

Definition

Enable ssl enforcement or not when connect to server.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnumTypeConverter))]
public struct SslEnforcementEnum : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnum>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.SslEnforcementEnumTypeConverter))>]
type SslEnforcementEnum = struct
    interface IArgumentCompleter
Public Structure SslEnforcementEnum
Implements IArgumentCompleter, IEquatable(Of SslEnforcementEnum)
Inheritance
SslEnforcementEnum
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 SslEnforcementEnum (override for Object)

Equals(SslEnforcementEnum)

Compares values of enum type SslEnforcementEnum

GetHashCode()

Returns hashCode for enum SslEnforcementEnum

ToString()

Returns string representation for SslEnforcementEnum

Operators

Equality(SslEnforcementEnum, SslEnforcementEnum)

Overriding == operator for enum SslEnforcementEnum

Implicit(SslEnforcementEnum to String)

Implicit operator to convert SslEnforcementEnum to string

Implicit(String to SslEnforcementEnum)

Implicit operator to convert string to SslEnforcementEnum

Inequality(SslEnforcementEnum, SslEnforcementEnum)

Overriding != operator for enum SslEnforcementEnum

Applies to