CertificateUpdateAction Struct

Definition

Describes the action that shall be taken when the certificate is updated in Key Vault.

public readonly struct CertificateUpdateAction : IEquatable<Azure.ResourceManager.Cdn.Models.CertificateUpdateAction>
type CertificateUpdateAction = struct
Public Structure CertificateUpdateAction
Implements IEquatable(Of CertificateUpdateAction)
Inheritance
CertificateUpdateAction
Implements

Constructors

CertificateUpdateAction(String)

Initializes a new instance of CertificateUpdateAction.

Properties

NoAction

NoAction.

Methods

Equals(CertificateUpdateAction)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(CertificateUpdateAction, CertificateUpdateAction)

Determines if two CertificateUpdateAction values are the same.

Implicit(String to CertificateUpdateAction)

Converts a string to a CertificateUpdateAction.

Inequality(CertificateUpdateAction, CertificateUpdateAction)

Determines if two CertificateUpdateAction values are not the same.

Applies to