GPUProfile Constructors
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.
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'