ContainerServiceMachineHardwareProfile Class
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 hardware and GPU settings of the machine.
public class ContainerServiceMachineHardwareProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ContainerServiceMachineHardwareProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ContainerServiceMachineHardwareProfile>
type ContainerServiceMachineHardwareProfile = class
interface IJsonModel<ContainerServiceMachineHardwareProfile>
interface IPersistableModel<ContainerServiceMachineHardwareProfile>
Public Class ContainerServiceMachineHardwareProfile
Implements IJsonModel(Of ContainerServiceMachineHardwareProfile), IPersistableModel(Of ContainerServiceMachineHardwareProfile)
- Inheritance
-
ContainerServiceMachineHardwareProfile
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerServiceMachineHardwareProfile() |
Initializes a new instance of ContainerServiceMachineHardwareProfile. |
Properties
| Name | Description |
|---|---|
| GpuInstanceProfile |
GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. |
| GpuProfile |
The GPU settings of the machine. |
| IsUltraSsdEnabled |
Whether to enable UltraSSD. |
| VmSize |
The size of the VM. VM size availability varies by region. If a node contains insufficient compute resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions. |