ArtifactArchitecture 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.
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
| Name | Description |
|---|---|
| ArtifactArchitecture(String) |
Initializes a new instance of ArtifactArchitecture. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |