UserConsent Struct

Definition

User consent value provided.

public readonly struct UserConsent : IEquatable<Azure.ResourceManager.Support.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
No

Gets the No.

Yes

Gets the Yes.

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