次の方法で共有


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