CertificatePolicyAction 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.
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
| Name | Description |
|---|---|
| CertificatePolicyAction(String) |
Initializes a new instance of the CertificatePolicyAction structure. |
Properties
| Name | Description |
|---|---|
| AutoRenew |
Gets a CertificatePolicyAction that will auto-renew a certificate. |
| EmailContacts |
Gets a CertificatePolicyAction action that will email certificate contacts. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |