AppServiceBuiltInRole Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| AppServiceBuiltInRole(String) |
Built-in AppService roles that you can assign to users, groups, service principals, and managed identities. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |