次の方法で共有


GpuResource コンストラクター

定義

オーバーロード

GpuResource()

GpuResource クラスの新しいインスタンスを初期化します。

GpuResource(Int32, String)

GpuResource クラスの新しいインスタンスを初期化します。

GpuResource()

GpuResource クラスの新しいインスタンスを初期化します。

public GpuResource();
Public Sub New ()

適用対象

GpuResource(Int32, String)

GpuResource クラスの新しいインスタンスを初期化します。

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)

パラメーター

count
Int32

GPU リソースの数。

sku
String

GPU リソースの SKU。 指定できる値は、'K80'、'P100'、'V100' です。

適用対象