UserConsent Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
UserConsent(String) |
Initializes a new instance of UserConsent. |
Properties
No |
No. |
Yes |
Yes. |
Methods
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
Equality(UserConsent, UserConsent) |
Determines if two UserConsent values are the same. |
Implicit(String to UserConsent) |
Converts a string to a UserConsent. |
Inequality(UserConsent, UserConsent) |
Determines if two UserConsent values are not the same. |