Architecture 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 architecture of the image. Applicable to OS disks only.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ArchitectureTypeConverter))]
public struct Architecture : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.Architecture>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ArchitectureTypeConverter))>]
type Architecture = struct
interface IArgumentCompleter
Public Structure Architecture
Implements IArgumentCompleter, IEquatable(Of Architecture)
- Inheritance
-
Architecture
- Attributes
- Implements
Fields
Arm64 | |
X64 |
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 |