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

CpuManufacturer Struct

Definition

Cpu Manufacturers supported by Azure VMs.

public readonly struct CpuManufacturer : IEquatable<Azure.ResourceManager.ComputeFleet.Models.CpuManufacturer>
type CpuManufacturer = struct
Public Structure CpuManufacturer
Implements IEquatable(Of CpuManufacturer)
Inheritance
CpuManufacturer
Implements

Constructors

CpuManufacturer(String)

Initializes a new instance of CpuManufacturer.

Properties

AMD

AMD CPU.

Ampere

Ampere CPU.

Intel

Intel CPU.

Microsoft

Microsoft CPU.

Methods

Equals(CpuManufacturer)

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(CpuManufacturer, CpuManufacturer)

Determines if two CpuManufacturer values are the same.

Implicit(String to CpuManufacturer)

Converts a String to a CpuManufacturer.

Inequality(CpuManufacturer, CpuManufacturer)

Determines if two CpuManufacturer values are not the same.

Applies to