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

Name Description
LimitCpuForMigration(String)

Initializes a new instance of LimitCpuForMigration.

Properties

Name Description
False

false.

True

true.

Methods

Name Description
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

Name Description
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