SignalRBuiltInRole 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.
Built-in SignalR roles that you can assign to users, groups, service principals, and managed identities.
public readonly struct SignalRBuiltInRole : IEquatable<Azure.Provisioning.SignalR.SignalRBuiltInRole>
type SignalRBuiltInRole = struct
Public Structure SignalRBuiltInRole
Implements IEquatable(Of SignalRBuiltInRole)
- Inheritance
-
SignalRBuiltInRole
- Implements
Constructors
SignalRBuiltInRole(String) |
Built-in SignalR roles that you can assign to users, groups, service principals, and managed identities. |
Properties
SignalRAccessKeyReader |
Read SignalR Service Access Keys |
SignalRAppServer |
Lets your app server access SignalR Service with AAD auth options. |
SignalRContributor |
Create, Read, Update, and Delete SignalR service resources |
SignalRRestApiOwner |
Full access to Azure SignalR Service REST APIs |
SignalRRestApiReader |
Read-only access to Azure SignalR Service REST APIs |
SignalRServiceOwner |
Full access to Azure SignalR Service REST APIs |
Methods
Equals(SignalRBuiltInRole) |
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(SignalRBuiltInRole, SignalRBuiltInRole) |
Determines if two SignalRBuiltInRole values are the same. |
Implicit(String to SignalRBuiltInRole) |
Converts a string to a SignalRBuiltInRole. |
Inequality(SignalRBuiltInRole, SignalRBuiltInRole) |
Determines if two SignalRBuiltInRole values are different. |