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