你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceBusBuiltInRole Struct

Definition

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.

Applies to