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

DevCenterArchitectureType Struct

Definition

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.

Applies to