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

AppServiceBuiltInRole Struct

Definition

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

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

Constructors

AppServiceBuiltInRole(String)

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

Properties

WebPlanContributor

Manage the web plans for websites. Does not allow you to assign roles in Azure RBAC.

WebsiteContributor

Manage websites, but not web plans. Does not allow you to assign roles in Azure RBAC.

Methods

Equals(AppServiceBuiltInRole)

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

Determines if two AppServiceBuiltInRole values are the same.

Implicit(String to AppServiceBuiltInRole)

Converts a string to a AppServiceBuiltInRole.

Inequality(AppServiceBuiltInRole, AppServiceBuiltInRole)

Determines if two AppServiceBuiltInRole values are different.

Applies to