GpuAssignmentType 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.
Gpu Assignment types.
public readonly struct GpuAssignmentType : IEquatable<Azure.ResourceManager.Hci.Vm.Models.GpuAssignmentType>
type GpuAssignmentType = struct
Public Structure GpuAssignmentType
Implements IEquatable(Of GpuAssignmentType)
- Inheritance
-
GpuAssignmentType
- Implements
Constructors
| Name | Description |
|---|---|
| GpuAssignmentType(String) |
Initializes a new instance of GpuAssignmentType. |
Properties
| Name | Description |
|---|---|
| GpuDda |
Attach Graphics Processing Unit (GPU) using Discrete Device Assignment (DDA). |
| GpuP |
Attach Graphics Processing Unit (GPU) using GPU Partitioning. |
Methods
| Name | Description |
|---|---|
| Equals(GpuAssignmentType) |
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(GpuAssignmentType, GpuAssignmentType) |
Determines if two GpuAssignmentType values are the same. |
| Implicit(String to GpuAssignmentType) |
Converts a String to a GpuAssignmentType. |
| Inequality(GpuAssignmentType, GpuAssignmentType) |
Determines if two GpuAssignmentType values are not the same. |