Freigeben über


ContainerRegistryImportMode Struct

Definition

When Force, any existing target tags will be overwritten. When NoForce, any existing target tags will fail the operation before any copying begins.

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

Constructors

Name Description
ContainerRegistryImportMode(String)

Initializes a new instance of ContainerRegistryImportMode.

Properties

Name Description
Force

Force.

NoForce

NoForce.

Methods

Name Description
Equals(ContainerRegistryImportMode)

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

Determines if two ContainerRegistryImportMode values are the same.

Implicit(String to ContainerRegistryImportMode)

Converts a String to a ContainerRegistryImportMode.

Inequality(ContainerRegistryImportMode, ContainerRegistryImportMode)

Determines if two ContainerRegistryImportMode values are not the same.

Applies to