GpuResource 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
GpuResource() |
Initializes a new instance of the GpuResource class. |
GpuResource(Int32, GpuSku) |
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, GpuSku)
Initializes a new instance of the GpuResource class.
public GpuResource (int count, Microsoft.Azure.Management.ContainerInstance.Fluent.Models.GpuSku sku);
new Microsoft.Azure.Management.ContainerInstance.Fluent.Models.GpuResource : int * Microsoft.Azure.Management.ContainerInstance.Fluent.Models.GpuSku -> Microsoft.Azure.Management.ContainerInstance.Fluent.Models.GpuResource
Public Sub New (count As Integer, sku As GpuSku)
Parameters
- count
- Int32
The count of the GPU resource.
- sku
- GpuSku
The SKU of the GPU resource. Possible values include: 'K80', 'P100', 'V100'
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET