DevCenterArchitectureType 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.
Architecture Types.
public readonly struct DevCenterArchitectureType : IEquatable<Azure.ResourceManager.DevCenter.Models.DevCenterArchitectureType>
type DevCenterArchitectureType = struct
Public Structure DevCenterArchitectureType
Implements IEquatable(Of DevCenterArchitectureType)
- Inheritance
-
DevCenterArchitectureType
- Implements
Constructors
| Name | Description |
|---|---|
| DevCenterArchitectureType(String) |
Initializes a new instance of DevCenterArchitectureType. |
Properties
| Name | Description |
|---|---|
| Arm64 |
ARM64 architecture. |
| X64 |
x64 architecture. |
Methods
| Name | Description |
|---|---|
| Equals(DevCenterArchitectureType) |
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(DevCenterArchitectureType, DevCenterArchitectureType) |
Determines if two DevCenterArchitectureType values are the same. |
| Implicit(String to DevCenterArchitectureType) |
Converts a string to a DevCenterArchitectureType. |
| Implicit(String to Nullable<DevCenterArchitectureType>) | |
| Inequality(DevCenterArchitectureType, DevCenterArchitectureType) |
Determines if two DevCenterArchitectureType values are not the same. |