Freigeben über


LimitCpuForMigration Struct

Definition

Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs.

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

Constructors

LimitCpuForMigration(String)

Initializes a new instance of LimitCpuForMigration.

Properties

False

false.

True

true.

Methods

Equals(LimitCpuForMigration)

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

Determines if two LimitCpuForMigration values are the same.

Implicit(String to LimitCpuForMigration)

Converts a string to a LimitCpuForMigration.

Inequality(LimitCpuForMigration, LimitCpuForMigration)

Determines if two LimitCpuForMigration values are not the same.

Applies to