Compartir a través de


SslPreference Struct

Definition

Gets or sets certificate preference if secure communication is enabled.

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

Fields

Disabled
RootCertificate
ServerCertificate

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

Equals(SslPreference)

Compares values of enum type SslPreference

GetHashCode()

Returns hashCode for enum SslPreference

ToString()

Returns string representation for SslPreference

Operators

Equality(SslPreference, SslPreference)

Overriding == operator for enum SslPreference

Implicit(SslPreference to String)

Implicit operator to convert SslPreference to string

Implicit(String to SslPreference)

Implicit operator to convert string to SslPreference

Inequality(SslPreference, SslPreference)

Overriding != operator for enum SslPreference

Applies to