MultiInstanceGpuStrategy 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.
Sets the MIG (Multi-Instance GPU) strategy that will be used for managed MIG support. For more information about the different strategies, visit aka.ms/aks/managed-gpu. When not specified, the default is None.
public readonly struct MultiInstanceGpuStrategy : IEquatable<Azure.ResourceManager.ContainerService.Models.MultiInstanceGpuStrategy>
type MultiInstanceGpuStrategy = struct
Public Structure MultiInstanceGpuStrategy
Implements IEquatable(Of MultiInstanceGpuStrategy)
- Inheritance
-
MultiInstanceGpuStrategy
- Implements
Constructors
| Name | Description |
|---|---|
| MultiInstanceGpuStrategy(String) |
Initializes a new instance of MultiInstanceGpuStrategy. |
Properties
| Name | Description |
|---|---|
| Mixed |
Set the MIG strategy for managed MIG as mixed. |
| None |
Don't set a MIG strategy. If you previously had one set, this will override it and set remove the set MIG strategy. |
| Single |
Set the MIG strategy for managed MIG as single. |
Methods
| Name | Description |
|---|---|
| Equals(MultiInstanceGpuStrategy) |
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(MultiInstanceGpuStrategy, MultiInstanceGpuStrategy) |
Determines if two MultiInstanceGpuStrategy values are the same. |
| Implicit(String to MultiInstanceGpuStrategy) |
Converts a string to a MultiInstanceGpuStrategy. |
| Implicit(String to Nullable<MultiInstanceGpuStrategy>) | |
| Inequality(MultiInstanceGpuStrategy, MultiInstanceGpuStrategy) |
Determines if two MultiInstanceGpuStrategy values are not the same. |