ContainerRegistryOSArchitecture 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 OS architecture.
public readonly struct ContainerRegistryOSArchitecture : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryOSArchitecture>
type ContainerRegistryOSArchitecture = struct
Public Structure ContainerRegistryOSArchitecture
Implements IEquatable(Of ContainerRegistryOSArchitecture)
- Inheritance
-
ContainerRegistryOSArchitecture
- Implements
Constructors
ContainerRegistryOSArchitecture(String) |
Initializes a new instance of ContainerRegistryOSArchitecture. |
Properties
Amd64 |
amd64. |
Arm |
arm. |
Arm64 |
arm64. |
ThreeHundredEightySix |
|
X86 |
x86. |
Methods
Equals(ContainerRegistryOSArchitecture) |
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(ContainerRegistryOSArchitecture, ContainerRegistryOSArchitecture) |
Determines if two ContainerRegistryOSArchitecture values are the same. |
Implicit(String to ContainerRegistryOSArchitecture) |
Converts a String to a ContainerRegistryOSArchitecture. |
Inequality(ContainerRegistryOSArchitecture, ContainerRegistryOSArchitecture) |
Determines if two ContainerRegistryOSArchitecture values are not the same. |
Applies to
Azure SDK for .NET