Share via


RoleDefinition Struct

Definition

Role definition.

public readonly struct RoleDefinition : IEquatable<Azure.Provisioning.RoleDefinition>
type RoleDefinition = struct
Public Structure RoleDefinition
Implements IEquatable(Of RoleDefinition)
Inheritance
RoleDefinition
Implements

Constructors

RoleDefinition(String)

Initializes a new instance of RoleDefinition.

Properties

AppConfigurationDataOwner

App configuration data owner role.

CognitiveServicesOpenAIContributor

Cognitive Services Open AI contributor role.

EventHubsDataOwner

Event Hubs data owner role.

KeyVaultAdministrator

Key Vault administrator role.

SearchIndexDataContributor

Search index data contributor role.

SearchServiceContributor

Search service contributor role.

ServiceBusDataOwner

Service Bus data owner role.

SignalRAppServer

SignalR App Server role.

StorageBlobDataContributor

Storage blob data contributor role.

StorageQueueDataContributor

Storage queue data contributor role.

StorageTableDataContributor

Storage table data contributor role.

WebPubSubServiceOwner

Web PubSub Service Owner - Full access to Azure Web PubSub Service REST APIs

Methods

Equals(RoleDefinition)

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

Implicit(String to RoleDefinition)

Converts a string to a RoleDefinition.

Applies to