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

SslPreference Struct

Definition

Gets or sets certificate preference if secure communication is enabled.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Support.SslPreferenceTypeConverter))]
public struct SslPreference : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Support.SslPreference>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.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