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

AppContainersBuiltInRole Struct

Definition

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