ServiceBusBuiltInRole 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 ServiceBus roles that you can assign to users, groups, service principals, and managed identities.
public readonly struct ServiceBusBuiltInRole : IEquatable<Azure.Provisioning.ServiceBus.ServiceBusBuiltInRole>
type ServiceBusBuiltInRole = struct
Public Structure ServiceBusBuiltInRole
Implements IEquatable(Of ServiceBusBuiltInRole)
- Inheritance
-
ServiceBusBuiltInRole
- Implements
Constructors
ServiceBusBuiltInRole(String) |
Built-in ServiceBus roles that you can assign to users, groups, service principals, and managed identities. |
Properties
AzureServiceBusDataOwner |
Allows for full access to Azure Service Bus resources. |
AzureServiceBusDataReceiver |
Allows for receive access to Azure Service Bus resources. |
AzureServiceBusDataSender |
Allows for send access to Azure Service Bus resources. |
Methods
Equals(ServiceBusBuiltInRole) |
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(ServiceBusBuiltInRole, ServiceBusBuiltInRole) |
Determines if two ServiceBusBuiltInRole values are the same. |
Implicit(String to ServiceBusBuiltInRole) |
Converts a string to a ServiceBusBuiltInRole. |
Inequality(ServiceBusBuiltInRole, ServiceBusBuiltInRole) |
Determines if two ServiceBusBuiltInRole values are different. |