Variant Struct

Definition

Variant of the CPU.

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

Fields

V6
V7
V8

Methods

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

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

Equals(Object)

Compares values of enum type Variant (override for Object)

Equals(Variant)

Compares values of enum type Variant

GetHashCode()

Returns hashCode for enum Variant

ToString()

Returns string representation for Variant

Operators

Equality(Variant, Variant)

Overriding == operator for enum Variant

Implicit(String to Variant)

Implicit operator to convert string to Variant

Implicit(Variant to String)

Implicit operator to convert Variant to string

Inequality(Variant, Variant)

Overriding != operator for enum Variant

Applies to