LimitCpuForMigration Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs.
public readonly struct LimitCpuForMigration : IEquatable<Azure.ResourceManager.ArcScVmm.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
Azure SDK for .NET