RecordAllDecisionsResult Struct

Definition

The decision to make. Approvers can take action of Approve/Deny.

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

Constructors

Name Description
RecordAllDecisionsResult(String)

Initializes a new instance of RecordAllDecisionsResult.

Properties

Name Description
Approve

Approve.

Deny

Deny.

Methods

Name Description
Equals(RecordAllDecisionsResult)

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

Determines if two RecordAllDecisionsResult values are the same.

Implicit(String to Nullable<RecordAllDecisionsResult>)
Implicit(String to RecordAllDecisionsResult)

Converts a string to a RecordAllDecisionsResult.

Inequality(RecordAllDecisionsResult, RecordAllDecisionsResult)

Determines if two RecordAllDecisionsResult values are not the same.

Applies to