Share via


EventHubsBuiltInRole Struct

Definition

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