Share via


ContainerRegistryRoleAssignmentMode Struct

Definition

Determines registry role assignment mode.

public readonly struct ContainerRegistryRoleAssignmentMode : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryRoleAssignmentMode>
type ContainerRegistryRoleAssignmentMode = struct
Public Structure ContainerRegistryRoleAssignmentMode
Implements IEquatable(Of ContainerRegistryRoleAssignmentMode)
Inheritance
ContainerRegistryRoleAssignmentMode
Implements

Constructors

ContainerRegistryRoleAssignmentMode(String)

Initializes a new instance of ContainerRegistryRoleAssignmentMode.

Properties

AbacRepositoryPermissions

AbacRepositoryPermissions.

LegacyRegistryPermissions

LegacyRegistryPermissions.

Methods

Equals(ContainerRegistryRoleAssignmentMode)

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

Determines if two ContainerRegistryRoleAssignmentMode values are the same.

Implicit(String to ContainerRegistryRoleAssignmentMode)

Converts a String to a ContainerRegistryRoleAssignmentMode.

Inequality(ContainerRegistryRoleAssignmentMode, ContainerRegistryRoleAssignmentMode)

Determines if two ContainerRegistryRoleAssignmentMode values are not the same.

Applies to