CertificateUpdateAction Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET