Share via


GpuProfile Class

Definition

GPU settings for the Agent Pool.

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

Constructors

Name Description
GpuProfile()

Creates an new GpuProfile instance.

Properties

Name Description
Driver

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

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GpuProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GpuProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IGpuProfile.

FromJsonString(String)

Creates a new instance of GpuProfile, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GpuProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to