VirtualMachineIsolateEmulatorThread 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.
Field Deprecated, the value will be ignored if provided. The indicator of whether one of the specified CPU cores is isolated to run the emulator thread for this virtual machine.
public readonly struct VirtualMachineIsolateEmulatorThread : IEquatable<Azure.ResourceManager.NetworkCloud.Models.VirtualMachineIsolateEmulatorThread>
type VirtualMachineIsolateEmulatorThread = struct
Public Structure VirtualMachineIsolateEmulatorThread
Implements IEquatable(Of VirtualMachineIsolateEmulatorThread)
- Inheritance
-
VirtualMachineIsolateEmulatorThread
- Implements
Constructors
VirtualMachineIsolateEmulatorThread(String) |
Initializes a new instance of VirtualMachineIsolateEmulatorThread. |
Properties
False |
False. |
True |
True. |
Methods
Equals(VirtualMachineIsolateEmulatorThread) |
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(VirtualMachineIsolateEmulatorThread, VirtualMachineIsolateEmulatorThread) |
Determines if two VirtualMachineIsolateEmulatorThread values are the same. |
Implicit(String to VirtualMachineIsolateEmulatorThread) |
Converts a string to a VirtualMachineIsolateEmulatorThread. |
Inequality(VirtualMachineIsolateEmulatorThread, VirtualMachineIsolateEmulatorThread) |
Determines if two VirtualMachineIsolateEmulatorThread values are not the same. |
Applies to
Azure SDK for .NET