SslEnforcementEnum Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enable ssl enforcement or not when connect to server.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnumTypeConverter))]
public struct SslEnforcementEnum : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.SslEnforcementEnum>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.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 |