Condividi tramite


CertificateProductType Struct

Definition

Certificate product type.

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

Fields

StandardDomainValidatedSsl
StandardDomainValidatedWildCardSsl

Methods

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

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

Equals(CertificateProductType)

Compares values of enum type CertificateProductType

Equals(Object)

Compares values of enum type CertificateProductType (override for Object)

GetHashCode()

Returns hashCode for enum CertificateProductType

ToString()

Returns string representation for CertificateProductType

Operators

Equality(CertificateProductType, CertificateProductType)

Overriding == operator for enum CertificateProductType

Implicit(CertificateProductType to String)

Implicit operator to convert CertificateProductType to string

Implicit(String to CertificateProductType)

Implicit operator to convert string to CertificateProductType

Inequality(CertificateProductType, CertificateProductType)

Overriding != operator for enum CertificateProductType

Applies to