AgentPoolNvidiaGpuProfile.MigStrategy Property
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 Azure.ResourceManager.ContainerService.Models.MultiInstanceGpuStrategy? MigStrategy { get; set; }
member this.MigStrategy : Nullable<Azure.ResourceManager.ContainerService.Models.MultiInstanceGpuStrategy> with get, set
Public Property MigStrategy As Nullable(Of MultiInstanceGpuStrategy)