ArtifactArchitecture Struct

Definition

The artifact platform's architecture.

public readonly struct ArtifactArchitecture : IEquatable<Azure.Containers.ContainerRegistry.ArtifactArchitecture>
type ArtifactArchitecture = struct
Public Structure ArtifactArchitecture
Implements IEquatable(Of ArtifactArchitecture)
Inheritance
ArtifactArchitecture
Implements

Constructors

ArtifactArchitecture(String)

Initializes a new instance of ArtifactArchitecture.

Properties

Amd64

AMD64.

Arm

ARM.

Arm64

ARM64.

I386

i386.

Mips

MIPS.

Mips64

MIPS64.

Mips64Le

MIPS64LE.

MipsLe

MIPSLE.

Ppc64

PPC64.

Ppc64Le

PPC64LE.

RiscV64

RISCv64.

S390X

s390x.

Wasm

Wasm.

Methods

Equals(ArtifactArchitecture)

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(ArtifactArchitecture, ArtifactArchitecture)

Determines if two ArtifactArchitecture values are the same.

Implicit(String to ArtifactArchitecture)

Converts a string to a ArtifactArchitecture.

Inequality(ArtifactArchitecture, ArtifactArchitecture)

Determines if two ArtifactArchitecture values are not the same.

Applies to