GpuManagementMode 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.
The Managed GPU experience installs additional components, such as the Data Center GPU Manager (DCGM) metrics for monitoring, on top of the GPU driver for you. For more details of what is installed, check out aka.ms/aks/managed-gpu.
public readonly struct GpuManagementMode : IEquatable<Azure.ResourceManager.ContainerService.Models.GpuManagementMode>
type GpuManagementMode = struct
Public Structure GpuManagementMode
Implements IEquatable(Of GpuManagementMode)
- Inheritance
-
GpuManagementMode
- Implements
Constructors
| Name | Description |
|---|---|
| GpuManagementMode(String) |
Initializes a new instance of GpuManagementMode. |
Properties
| Name | Description |
|---|---|
| Managed |
Managed GPU experience is enabled for NVIDIA GPUs. |
| Unmanaged |
Managed GPU experience is disabled for NVIDIA GPUs. |
Methods
| Name | Description |
|---|---|
| Equals(GpuManagementMode) |
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(GpuManagementMode, GpuManagementMode) |
Determines if two GpuManagementMode values are the same. |
| Implicit(String to GpuManagementMode) |
Converts a string to a GpuManagementMode. |
| Implicit(String to Nullable<GpuManagementMode>) | |
| Inequality(GpuManagementMode, GpuManagementMode) |
Determines if two GpuManagementMode values are not the same. |