CertificateType Struct

Definition

The type of certificate location.

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

Fields

LocalDirectory

Methods

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

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

Equals(CertificateType)

Compares values of enum type CertificateType

Equals(Object)

Compares values of enum type CertificateType (override for Object)

GetHashCode()

Returns hashCode for enum CertificateType

ToString()

Returns string representation for CertificateType

Operators

Equality(CertificateType, CertificateType)

Overriding == operator for enum CertificateType

Implicit(CertificateType to String)

Implicit operator to convert CertificateType to string

Implicit(String to CertificateType)

Implicit operator to convert string to CertificateType

Inequality(CertificateType, CertificateType)

Overriding != operator for enum CertificateType

Applies to