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

CertificateSource Struct

Definition

Defines the source of the SSL certificate.

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

Fields

AzureKeyVault
Cdn

Methods

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

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

Equals(CertificateSource)

Compares values of enum type CertificateSource

Equals(Object)

Compares values of enum type CertificateSource (override for Object)

GetHashCode()

Returns hashCode for enum CertificateSource

ToString()

Returns string representation for CertificateSource

Operators

Equality(CertificateSource, CertificateSource)

Overriding == operator for enum CertificateSource

Implicit(CertificateSource to String)

Implicit operator to convert CertificateSource to string

Implicit(String to CertificateSource)

Implicit operator to convert string to CertificateSource

Inequality(CertificateSource, CertificateSource)

Overriding != operator for enum CertificateSource

Applies to