DrillAttestation 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.
Drill Attestation status on terminating.
public readonly struct DrillAttestation : IEquatable<Azure.ResourceManager.ResilienceManagement.Models.DrillAttestation>
type DrillAttestation = struct
Public Structure DrillAttestation
Implements IEquatable(Of DrillAttestation)
- Inheritance
-
DrillAttestation
- Implements
Constructors
| Name | Description |
|---|---|
| DrillAttestation(String) |
Initializes a new instance of DrillAttestation. |
Properties
| Name | Description |
|---|---|
| AttestedFailed |
Drill Attestation failure. |
| AttestedSuccess |
Drill Attestation success. |
Methods
| Name | Description |
|---|---|
| Equals(DrillAttestation) |
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(DrillAttestation, DrillAttestation) |
Determines if two DrillAttestation values are the same. |
| Implicit(String to DrillAttestation) |
Converts a string to a DrillAttestation. |
| Implicit(String to Nullable<DrillAttestation>) | |
| Inequality(DrillAttestation, DrillAttestation) |
Determines if two DrillAttestation values are not the same. |