ApproverActionPerformed Struct

Definition

Specifies the action performed by the approver.

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

Constructors

Name Description
ApproverActionPerformed(String)

Initializes a new instance of ApproverActionPerformed.

Properties

Name Description
Approved

Action was Approved.

Rejected

Action was Rejected.

Methods

Name Description
Equals(ApproverActionPerformed)

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

Determines if two ApproverActionPerformed values are the same.

Implicit(String to ApproverActionPerformed)

Converts a string to a ApproverActionPerformed.

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

Determines if two ApproverActionPerformed values are not the same.

Applies to