你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Architecture Struct

Definition

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

Applies to