Architecture Struct

Definition

The OS architecture.

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

Fields

Amd64
Arm
Arm64
ThreeHundredEightySix
X86

Methods

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

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

Equals(Architecture)

Compares values of enum type Architecture

Equals(Object)

Compares values of enum type Architecture (override for Object)

GetHashCode()

Returns hashCode for enum Architecture

ToString()

Returns string representation for Architecture

Operators

Equality(Architecture, Architecture)

Overriding == operator for enum Architecture

Implicit(Architecture to String)

Implicit operator to convert Architecture to string

Implicit(String to Architecture)

Implicit operator to convert string to Architecture

Inequality(Architecture, Architecture)

Overriding != operator for enum Architecture

Applies to