UserConsent Struct

Definition

User consent for performing recovery action.

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

Constructors

Name Description
UserConsent(String)

Initializes a new instance of UserConsent.

Properties

Name Description
Allowed

Action is allowed with user consent.

Unspecified

User consent is not specified for the operation.

Methods

Name Description
Equals(UserConsent)

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

Determines if two UserConsent values are the same.

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

Converts a string to a UserConsent.

Inequality(UserConsent, UserConsent)

Determines if two UserConsent values are not the same.

Applies to