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

AfdCertificateType Struct

Definition

Defines the source of the SSL certificate.

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

Fields

AzureFirstPartyManagedCertificate
CustomerCertificate
ManagedCertificate

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(AfdCertificateType)

Compares values of enum type AfdCertificateType

Equals(Object)

Compares values of enum type AfdCertificateType (override for Object)

GetHashCode()

Returns hashCode for enum AfdCertificateType

ToString()

Returns string representation for AfdCertificateType

Operators

Equality(AfdCertificateType, AfdCertificateType)

Overriding == operator for enum AfdCertificateType

Implicit(AfdCertificateType to String)

Implicit operator to convert AfdCertificateType to string

Implicit(String to AfdCertificateType)

Implicit operator to convert string to AfdCertificateType

Inequality(AfdCertificateType, AfdCertificateType)

Overriding != operator for enum AfdCertificateType

Applies to