共用方式為


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