CertificateDeleteAction 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 removed from Key Vault.
public readonly struct CertificateDeleteAction : IEquatable<Azure.ResourceManager.Cdn.Models.CertificateDeleteAction>
type CertificateDeleteAction = struct
Public Structure CertificateDeleteAction
Implements IEquatable(Of CertificateDeleteAction)
- Inheritance
-
CertificateDeleteAction
- Implements
Constructors
CertificateDeleteAction(String) |
Initializes a new instance of CertificateDeleteAction. |
Properties
NoAction |
NoAction. |
Methods
Equals(CertificateDeleteAction) |
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(CertificateDeleteAction, CertificateDeleteAction) |
Determines if two CertificateDeleteAction values are the same. |
Implicit(String to CertificateDeleteAction) |
Converts a string to a CertificateDeleteAction. |
Inequality(CertificateDeleteAction, CertificateDeleteAction) |
Determines if two CertificateDeleteAction values are not the same. |
Applies to
Azure SDK for .NET