Freigeben über


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

Name Description
CertificateUpdateAction(String)

Initializes a new instance of CertificateUpdateAction.

Properties

Name Description
NoAction

NoAction.

Methods

Name Description
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

Name Description
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