AccessReviewApplyResult Struct

Definition

The outcome of applying the decision.

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

Constructors

Name Description
AccessReviewApplyResult(String)

Initializes a new instance of AccessReviewApplyResult.

Properties

Name Description
AppliedSuccessfully

AppliedSuccessfully.

AppliedSuccessfullyButObjectNotFound

AppliedSuccessfullyButObjectNotFound.

AppliedWithUnknownFailure

AppliedWithUnknownFailure.

Applying

Applying.

ApplyNotSupported

ApplyNotSupported.

New

New.

Methods

Name Description
Equals(AccessReviewApplyResult)

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

Determines if two AccessReviewApplyResult values are the same.

Implicit(String to AccessReviewApplyResult)

Converts a string to a AccessReviewApplyResult.

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

Determines if two AccessReviewApplyResult values are not the same.

Applies to