Język

ProcessorMode Struct

Definition

Specifies the processor frequency behavior for the virtual machine. See each member for the behavior it controls.

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

Constructors

Name Description
ProcessorMode(String)

Initializes a new instance of ProcessorMode.

Properties

Name Description
Deterministic

Ensures predictable and consistent processor frequency at the base/nominal level. Turbo/Boost is disabled.

Opportunistic

Allows higher frequency bursts when thermal and power headroom permits.

Methods

Name Description
Equals(ProcessorMode)

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

Determines if two ProcessorMode values are the same.

Implicit(String to Nullable<ProcessorMode>)
Implicit(String to ProcessorMode)

Converts a string to a ProcessorMode.

Inequality(ProcessorMode, ProcessorMode)

Determines if two ProcessorMode values are not the same.

Applies to