AttestationState Struct

Definition

Enum for the attestation status of the resource in the goal.

public readonly struct AttestationState : IEquatable<Azure.ResourceManager.ResilienceManagement.Models.AttestationState>
type AttestationState = struct
Public Structure AttestationState
Implements IEquatable(Of AttestationState)
Inheritance
AttestationState
Implements

Constructors

Name Description
AttestationState(String)

Initializes a new instance of AttestationState.

Properties

Name Description
ManuallyAttested

Resource is manually attested.

NotAttested

Resource is not manually attested.

Methods

Name Description
Equals(AttestationState)

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

Determines if two AttestationState values are the same.

Implicit(String to AttestationState)

Converts a string to a AttestationState.

Implicit(String to Nullable<AttestationState>)
Inequality(AttestationState, AttestationState)

Determines if two AttestationState values are not the same.

Applies to