CertificatePolicyAction Struct

Definition

An action that will be executed.

public readonly struct CertificatePolicyAction : IEquatable<Azure.Security.KeyVault.Certificates.CertificatePolicyAction>
type CertificatePolicyAction = struct
Public Structure CertificatePolicyAction
Implements IEquatable(Of CertificatePolicyAction)
Inheritance
CertificatePolicyAction
Implements

Constructors

CertificatePolicyAction(String)

Initializes a new instance of the CertificatePolicyAction structure.

Properties

AutoRenew

Gets a CertificatePolicyAction that will auto-renew a certificate.

EmailContacts

Gets a CertificatePolicyAction action that will email certificate contacts.

Methods

Equals(CertificatePolicyAction)

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(CertificatePolicyAction, CertificatePolicyAction)

Determines if two CertificatePolicyAction values are the same.

Implicit(String to CertificatePolicyAction)

Converts a string to a CertificatePolicyAction.

Inequality(CertificatePolicyAction, CertificatePolicyAction)

Determines if two CertificatePolicyAction values are different.

Applies to