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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineIsolateEmulatorThreadTypeConverter))]
public struct VirtualMachineIsolateEmulatorThread : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineIsolateEmulatorThread>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineIsolateEmulatorThreadTypeConverter))>]
type VirtualMachineIsolateEmulatorThread = struct
interface IArgumentCompleter
Public Structure VirtualMachineIsolateEmulatorThread
Implements IArgumentCompleter, IEquatable(Of VirtualMachineIsolateEmulatorThread)
- Inheritance
-
VirtualMachineIsolateEmulatorThread
- Attributes
- Implements
Fields
False | |
True |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type VirtualMachineIsolateEmulatorThread (override for Object) |
Equals(VirtualMachineIsolateEmulatorThread) |
Compares values of enum type VirtualMachineIsolateEmulatorThread |
GetHashCode() |
Returns hashCode for enum VirtualMachineIsolateEmulatorThread |
ToString() |
Returns string representation for VirtualMachineIsolateEmulatorThread |
Operators
Equality(VirtualMachineIsolateEmulatorThread, VirtualMachineIsolateEmulatorThread) |
Overriding == operator for enum VirtualMachineIsolateEmulatorThread |
Implicit(String to VirtualMachineIsolateEmulatorThread) |
Implicit operator to convert string to VirtualMachineIsolateEmulatorThread |
Implicit(VirtualMachineIsolateEmulatorThread to String) |
Implicit operator to convert VirtualMachineIsolateEmulatorThread to string |
Inequality(VirtualMachineIsolateEmulatorThread, VirtualMachineIsolateEmulatorThread) |
Overriding != operator for enum VirtualMachineIsolateEmulatorThread |