GpuResource Constructors

Definition

Overloads

GpuResource()

Initializes a new instance of the GpuResource class.

GpuResource(Int32, String)

Initializes a new instance of the GpuResource class.

GpuResource()

Initializes a new instance of the GpuResource class.

public GpuResource ();
Public Sub New ()

Applies to

GpuResource(Int32, String)

Initializes a new instance of the GpuResource class.

public GpuResource (int count, string sku);
new Microsoft.Azure.Management.ContainerInstance.Models.GpuResource : int * string -> Microsoft.Azure.Management.ContainerInstance.Models.GpuResource
Public Sub New (count As Integer, sku As String)

Parameters

count
Int32

The count of the GPU resource.

sku
String

The SKU of the GPU resource. Possible values include: 'K80', 'P100', 'V100'

Applies to