azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.m...

49 строки
3.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineSizes"
fullName: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineSizes"
name: "VirtualMachineSizes"
nameWithType: "VirtualMachineSizes"
summary: "Resource collection API of Virtual<wbr>Machine<wbr>Sizes."
syntax: "public interface **VirtualMachineSizes**"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineSizes.list(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineSizes.list(String location)"
name: "list(String location)"
nameWithType: "VirtualMachineSizes.list(String location)"
summary: "Returns supported VM Sizes in a location."
modifiers:
- "abstract"
parameters:
- description: "The location upon which virtual-machine-sizes is queried."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract VirtualMachineSizeListResult list(String location)"
desc: "Returns supported VM Sizes in a location."
returns:
description: "the List Virtual Machine size operation response."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.VirtualMachineSizeListResult?alt=com.azure.resourcemanager.machinelearningservices.models.VirtualMachineSizeListResult&text=VirtualMachineSizeListResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineSizes.listWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.VirtualMachineSizes.listWithResponse(String location, Context context)"
name: "listWithResponse(String location, Context context)"
nameWithType: "VirtualMachineSizes.listWithResponse(String location, Context context)"
summary: "Returns supported VM Sizes in a location."
modifiers:
- "abstract"
parameters:
- description: "The location upon which virtual-machine-sizes is queried."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<VirtualMachineSizeListResult> listWithResponse(String location, Context context)"
desc: "Returns supported VM Sizes in a location."
returns:
description: "the List Virtual Machine size operation response."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.models.VirtualMachineSizeListResult?alt=com.azure.resourcemanager.machinelearningservices.models.VirtualMachineSizeListResult&text=VirtualMachineSizeListResult\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of VirtualMachineSizes."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1