Bagikan melalui


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

ContainerRegistryImportMode(String)

Initializes a new instance of ContainerRegistryImportMode.

Properties

Force

Force.

NoForce

NoForce.

Methods

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

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