azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

84 строки
5.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerinstance.GpuResource"
fullName: "com.microsoft.azure.management.containerinstance.GpuResource"
name: "GpuResource"
nameWithType: "GpuResource"
summary: "The GPU resource."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **GpuResource**"
constructors:
- uid: "com.microsoft.azure.management.containerinstance.GpuResource.GpuResource()"
fullName: "com.microsoft.azure.management.containerinstance.GpuResource.GpuResource()"
name: "GpuResource()"
nameWithType: "GpuResource.GpuResource()"
syntax: "public GpuResource()"
methods:
- uid: "com.microsoft.azure.management.containerinstance.GpuResource.count()"
fullName: "com.microsoft.azure.management.containerinstance.GpuResource.count()"
name: "count()"
nameWithType: "GpuResource.count()"
summary: "Get the count of the GPU resource."
syntax: "public int count()"
desc: "Get the count of the GPU resource."
returns:
description: "the count value"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.GpuResource.sku()"
fullName: "com.microsoft.azure.management.containerinstance.GpuResource.sku()"
name: "sku()"
nameWithType: "GpuResource.sku()"
summary: "Get the SKU of the GPU resource."
syntax: "public GpuSku sku()"
desc: "Get the SKU of the GPU resource. Possible values include: 'K80', 'P100', 'V100'."
returns:
description: "the sku value"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.GpuSku?alt=com.microsoft.azure.management.containerinstance.GpuSku&text=GpuSku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.GpuResource.withCount(int)"
fullName: "com.microsoft.azure.management.containerinstance.GpuResource.withCount(int count)"
name: "withCount(int count)"
nameWithType: "GpuResource.withCount(int count)"
summary: "Set the count of the GPU resource."
parameters:
- description: "the count value to set"
name: "count"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public GpuResource withCount(int count)"
desc: "Set the count of the GPU resource."
returns:
description: "the GpuResource object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.GpuResource?alt=com.microsoft.azure.management.containerinstance.GpuResource&text=GpuResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.GpuResource.withSku(com.microsoft.azure.management.containerinstance.GpuSku)"
fullName: "com.microsoft.azure.management.containerinstance.GpuResource.withSku(GpuSku sku)"
name: "withSku(GpuSku sku)"
nameWithType: "GpuResource.withSku(GpuSku sku)"
summary: "Set the SKU of the GPU resource."
parameters:
- description: "the sku value to set"
name: "sku"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.GpuSku?alt=com.microsoft.azure.management.containerinstance.GpuSku&text=GpuSku\" data-throw-if-not-resolved=\"False\" />"
syntax: "public GpuResource withSku(GpuSku sku)"
desc: "Set the SKU of the GPU resource. Possible values include: 'K80', 'P100', 'V100'."
returns:
description: "the GpuResource object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.GpuResource?alt=com.microsoft.azure.management.containerinstance.GpuResource&text=GpuResource\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The GPU resource."
metadata: {}
package: "com.microsoft.azure.management.containerinstance"
artifact: com.microsoft.azure:azure-mgmt-containerinstance:1.41.4