AppContainersBuiltInRole 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 AppContainers roles that you can assign to users, groups, service principals, and managed identities.
public readonly struct AppContainersBuiltInRole : IEquatable<Azure.Provisioning.AppContainers.AppContainersBuiltInRole>
type AppContainersBuiltInRole = struct
Public Structure AppContainersBuiltInRole
Implements IEquatable(Of AppContainersBuiltInRole)
- Inheritance
-
AppContainersBuiltInRole
- Implements
Constructors
AppContainersBuiltInRole(String) |
Built-in AppContainers roles that you can assign to users, groups, service principals, and managed identities. |
Properties
Contributor |
Grants full access to manage all resources, but does not allow you to assign roles in Azure RBAC, manage assignments in Azure Blueprints, or share image galleries. |
Owner |
Grants full access to manage all resources, including the ability to assign roles in Azure RBAC. |
Reader |
View all resources, but does not allow you to make any changes. |
Methods
Equals(AppContainersBuiltInRole) |
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(AppContainersBuiltInRole, AppContainersBuiltInRole) |
Determines if two AppContainersBuiltInRole values are the same. |
Implicit(String to AppContainersBuiltInRole) |
Converts a string to a AppContainersBuiltInRole. |
Inequality(AppContainersBuiltInRole, AppContainersBuiltInRole) |
Determines if two AppContainersBuiltInRole values are different. |
Applies to
Azure SDK for .NET