ContainerRegistryRoleAssignmentMode 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.
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. |