GPUProfile Constructors

Definition

Overloads

Name Description
GPUProfile()

Initializes a new instance of the GPUProfile class.

GPUProfile(String)

Initializes a new instance of the GPUProfile class.

GPUProfile()

Initializes a new instance of the GPUProfile class.

public GPUProfile();
Public Sub New ()

Applies to

GPUProfile(String)

Initializes a new instance of the GPUProfile class.

public GPUProfile(string driver = default);
new Microsoft.Azure.Management.ContainerService.Models.GPUProfile : string -> Microsoft.Azure.Management.ContainerService.Models.GPUProfile
Public Sub New (Optional driver As String = Nothing)

Parameters

driver
String

Whether to install GPU drivers. When it's not specified, default is Install. Possible values include: 'Install', 'None'

Applies to