Share via


CertificateOrderActionType Struct

Definition

Action type.

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

Fields

CertificateExpirationWarning
CertificateExpired
CertificateIssued
CertificateOrderCanceled
CertificateOrderCreated
CertificateRevoked
DomainValidationComplete
FraudCleared
FraudDetected
FraudDocumentationRequired
OrgNameChange
OrgValidationComplete
SanDrop
Unknown

Methods

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

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

Equals(CertificateOrderActionType)

Compares values of enum type CertificateOrderActionType

Equals(Object)

Compares values of enum type CertificateOrderActionType (override for Object)

GetHashCode()

Returns hashCode for enum CertificateOrderActionType

ToString()

Returns string representation for CertificateOrderActionType

Operators

Equality(CertificateOrderActionType, CertificateOrderActionType)

Overriding == operator for enum CertificateOrderActionType

Implicit(CertificateOrderActionType to String)

Implicit operator to convert CertificateOrderActionType to string

Implicit(String to CertificateOrderActionType)

Implicit operator to convert string to CertificateOrderActionType

Inequality(CertificateOrderActionType, CertificateOrderActionType)

Overriding != operator for enum CertificateOrderActionType

Applies to