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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ImportModeTypeConverter))]
public struct ImportMode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ImportMode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ImportModeTypeConverter))>]
type ImportMode = struct
    interface IArgumentCompleter
Public Structure ImportMode
Implements IArgumentCompleter, IEquatable(Of ImportMode)
Inheritance
ImportMode
Attributes
Implements

Fields

Force
NoForce

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ImportMode)

Compares values of enum type ImportMode

Equals(Object)

Compares values of enum type ImportMode (override for Object)

GetHashCode()

Returns hashCode for enum ImportMode

ToString()

Returns string representation for ImportMode

Operators

Equality(ImportMode, ImportMode)

Overriding == operator for enum ImportMode

Implicit(ImportMode to String)

Implicit operator to convert ImportMode to string

Implicit(String to ImportMode)

Implicit operator to convert string to ImportMode

Inequality(ImportMode, ImportMode)

Overriding != operator for enum ImportMode

Applies to