EventHubsBuiltInRole 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 EventHubs roles that you can assign to users, groups, service principals, and managed identities.
public readonly struct EventHubsBuiltInRole : IEquatable<Azure.Provisioning.EventHubs.EventHubsBuiltInRole>
type EventHubsBuiltInRole = struct
Public Structure EventHubsBuiltInRole
Implements IEquatable(Of EventHubsBuiltInRole)
- Inheritance
-
EventHubsBuiltInRole
- Implements
Constructors
EventHubsBuiltInRole(String) |
Built-in EventHubs roles that you can assign to users, groups, service principals, and managed identities. |
Properties
AzureEventHubsDataOwner |
Allows for full access to Azure Event Hubs resources. |
AzureEventHubsDataReceiver |
Allows receive access to Azure Event Hubs resources. |
AzureEventHubsDataSender |
Allows send access to Azure Event Hubs resources. |
SchemaRegistryContributor |
Read, write, and delete Schema Registry groups and schemas. |
SchemaRegistryReader |
Read and list Schema Registry groups and schemas. |
Methods
Equals(EventHubsBuiltInRole) |
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(EventHubsBuiltInRole, EventHubsBuiltInRole) |
Determines if two EventHubsBuiltInRole values are the same. |
Implicit(String to EventHubsBuiltInRole) |
Converts a string to a EventHubsBuiltInRole. |
Inequality(EventHubsBuiltInRole, EventHubsBuiltInRole) |
Determines if two EventHubsBuiltInRole values are different. |
Applies to
Azure SDK for .NET