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
| Name | Description |
|---|---|
| AuthorizationRuleAccessRightExt(String) |
Initializes a new instance of AuthorizationRuleAccessRightExt. |
Properties
| Name | Description |
|---|---|
| Listen |
Listen. |
| Manage |
Manage. |
| Send |
Send. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |