Partilhar via


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