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

WebPubSubBuiltInRole Struct

Definition

Built-in WebPubSub roles that you can assign to users, groups, service principals, and managed identities.

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

Constructors

WebPubSubBuiltInRole(String)

Built-in WebPubSub roles that you can assign to users, groups, service principals, and managed identities.

Properties

WebPubSubContributor

Create, Read, Update, and Delete Web PubSub service resources

WebPubSubServiceOwner

Full access to Azure Web PubSub Service REST APIs

WebPubSubServiceReader

Read-only access to Azure Web PubSub Service REST APIs

Methods

Equals(WebPubSubBuiltInRole)

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(WebPubSubBuiltInRole, WebPubSubBuiltInRole)

Determines if two WebPubSubBuiltInRole values are the same.

Implicit(String to WebPubSubBuiltInRole)

Converts a string to a WebPubSubBuiltInRole.

Inequality(WebPubSubBuiltInRole, WebPubSubBuiltInRole)

Determines if two WebPubSubBuiltInRole values are different.

Applies to