Share via


IGpuProfile Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.GpuProfileTypeConverter))]
public interface IGpuProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.GpuProfileTypeConverter))>]
type IGpuProfile = interface
    interface IJsonSerializable
Public Interface IGpuProfile
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Driver

Whether to install GPU drivers. When it's not specified, default is Install.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to