AuthorizationRuleAccessRightExt 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.
Defines values for AccessRights.
public readonly struct AuthorizationRuleAccessRightExt : IEquatable<Azure.ResourceManager.NotificationHubs.Models.AuthorizationRuleAccessRightExt>
type AuthorizationRuleAccessRightExt = struct
Public Structure AuthorizationRuleAccessRightExt
Implements IEquatable(Of AuthorizationRuleAccessRightExt)
- Inheritance
-
AuthorizationRuleAccessRightExt
- Implements
Constructors
AuthorizationRuleAccessRightExt(String) |
Initializes a new instance of AuthorizationRuleAccessRightExt. |
Properties
Listen |
Listen. |
Manage |
Manage. |
Send |
Send. |
Methods
Equals(AuthorizationRuleAccessRightExt) |
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(AuthorizationRuleAccessRightExt, AuthorizationRuleAccessRightExt) |
Determines if two AuthorizationRuleAccessRightExt values are the same. |
Implicit(String to AuthorizationRuleAccessRightExt) |
Converts a string to a AuthorizationRuleAccessRightExt. |
Inequality(AuthorizationRuleAccessRightExt, AuthorizationRuleAccessRightExt) |
Determines if two AuthorizationRuleAccessRightExt values are not the same. |
Applies to
Azure SDK for .NET