azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.d...

810 строки
60 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines"
name: "VirtualMachines"
nameWithType: "VirtualMachines"
summary: "Resource collection API of Virtual<wbr>Machines."
syntax: "public interface **VirtualMachines**"
methods:
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.addDataDisk(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.DataDiskProperties)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.addDataDisk(String resourceGroupName, String labName, String name, DataDiskProperties dataDiskProperties)"
name: "addDataDisk(String resourceGroupName, String labName, String name, DataDiskProperties dataDiskProperties)"
nameWithType: "VirtualMachines.addDataDisk(String resourceGroupName, String labName, String name, DataDiskProperties dataDiskProperties)"
summary: "Attach a new or existing data disk to virtual machine."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request body for adding a new or existing data disk to a virtual machine."
name: "dataDiskProperties"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.DataDiskProperties?alt=com.azure.resourcemanager.devtestlabs.models.DataDiskProperties&text=DataDiskProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void addDataDisk(String resourceGroupName, String labName, String name, DataDiskProperties dataDiskProperties)"
desc: "Attach a new or existing data disk to virtual machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.addDataDisk(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.DataDiskProperties,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.addDataDisk(String resourceGroupName, String labName, String name, DataDiskProperties dataDiskProperties, Context context)"
name: "addDataDisk(String resourceGroupName, String labName, String name, DataDiskProperties dataDiskProperties, Context context)"
nameWithType: "VirtualMachines.addDataDisk(String resourceGroupName, String labName, String name, DataDiskProperties dataDiskProperties, Context context)"
summary: "Attach a new or existing data disk to virtual machine."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request body for adding a new or existing data disk to a virtual machine."
name: "dataDiskProperties"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.DataDiskProperties?alt=com.azure.resourcemanager.devtestlabs.models.DataDiskProperties&text=DataDiskProperties\" data-throw-if-not-resolved=\"False\" />"
- 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 void addDataDisk(String resourceGroupName, String labName, String name, DataDiskProperties dataDiskProperties, Context context)"
desc: "Attach a new or existing data disk to virtual machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.applyArtifacts(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.ApplyArtifactsRequest)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.applyArtifacts(String resourceGroupName, String labName, String name, ApplyArtifactsRequest applyArtifactsRequest)"
name: "applyArtifacts(String resourceGroupName, String labName, String name, ApplyArtifactsRequest applyArtifactsRequest)"
nameWithType: "VirtualMachines.applyArtifacts(String resourceGroupName, String labName, String name, ApplyArtifactsRequest applyArtifactsRequest)"
summary: "Apply artifacts to virtual machine."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request body for applying artifacts to a virtual machine."
name: "applyArtifactsRequest"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ApplyArtifactsRequest?alt=com.azure.resourcemanager.devtestlabs.models.ApplyArtifactsRequest&text=ApplyArtifactsRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void applyArtifacts(String resourceGroupName, String labName, String name, ApplyArtifactsRequest applyArtifactsRequest)"
desc: "Apply artifacts to virtual machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.applyArtifacts(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.ApplyArtifactsRequest,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.applyArtifacts(String resourceGroupName, String labName, String name, ApplyArtifactsRequest applyArtifactsRequest, Context context)"
name: "applyArtifacts(String resourceGroupName, String labName, String name, ApplyArtifactsRequest applyArtifactsRequest, Context context)"
nameWithType: "VirtualMachines.applyArtifacts(String resourceGroupName, String labName, String name, ApplyArtifactsRequest applyArtifactsRequest, Context context)"
summary: "Apply artifacts to virtual machine."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request body for applying artifacts to a virtual machine."
name: "applyArtifactsRequest"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ApplyArtifactsRequest?alt=com.azure.resourcemanager.devtestlabs.models.ApplyArtifactsRequest&text=ApplyArtifactsRequest\" data-throw-if-not-resolved=\"False\" />"
- 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 void applyArtifacts(String resourceGroupName, String labName, String name, ApplyArtifactsRequest applyArtifactsRequest, Context context)"
desc: "Apply artifacts to virtual machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.claim(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.claim(String resourceGroupName, String labName, String name)"
name: "claim(String resourceGroupName, String labName, String name)"
nameWithType: "VirtualMachines.claim(String resourceGroupName, String labName, String name)"
summary: "Take ownership of an existing virtual machine This operation can take a while to complete."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void claim(String resourceGroupName, String labName, String name)"
desc: "Take ownership of an existing virtual machine This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.claim(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.claim(String resourceGroupName, String labName, String name, Context context)"
name: "claim(String resourceGroupName, String labName, String name, Context context)"
nameWithType: "VirtualMachines.claim(String resourceGroupName, String labName, String name, Context context)"
summary: "Take ownership of an existing virtual machine This operation can take a while to complete."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
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 void claim(String resourceGroupName, String labName, String name, Context context)"
desc: "Take ownership of an existing virtual machine This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.define(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.define(String name)"
name: "define(String name)"
nameWithType: "VirtualMachines.define(String name)"
summary: "Begins definition for a new Lab<wbr>Virtual<wbr>Machine resource."
modifiers:
- "abstract"
parameters:
- description: "resource name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract LabVirtualMachine.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new LabVirtualMachine resource."
returns:
description: "the first stage of the new LabVirtualMachine definition."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.LabVirtualMachine.DefinitionStages.Blank?alt=com.azure.resourcemanager.devtestlabs.models.LabVirtualMachine.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.delete(String resourceGroupName, String labName, String name)"
name: "delete(String resourceGroupName, String labName, String name)"
nameWithType: "VirtualMachines.delete(String resourceGroupName, String labName, String name)"
summary: "Delete virtual machine."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String labName, String name)"
desc: "Delete virtual machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.delete(String resourceGroupName, String labName, String name, Context context)"
name: "delete(String resourceGroupName, String labName, String name, Context context)"
nameWithType: "VirtualMachines.delete(String resourceGroupName, String labName, String name, Context context)"
summary: "Delete virtual machine."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
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 void delete(String resourceGroupName, String labName, String name, Context context)"
desc: "Delete virtual machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "VirtualMachines.deleteById(String id)"
summary: "Delete virtual machine."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteById(String id)"
desc: "Delete virtual machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "VirtualMachines.deleteByIdWithResponse(String id, Context context)"
summary: "Delete virtual machine."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
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 void deleteByIdWithResponse(String id, Context context)"
desc: "Delete virtual machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.detachDataDisk(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.DetachDataDiskProperties)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.detachDataDisk(String resourceGroupName, String labName, String name, DetachDataDiskProperties detachDataDiskProperties)"
name: "detachDataDisk(String resourceGroupName, String labName, String name, DetachDataDiskProperties detachDataDiskProperties)"
nameWithType: "VirtualMachines.detachDataDisk(String resourceGroupName, String labName, String name, DetachDataDiskProperties detachDataDiskProperties)"
summary: "Detach the specified disk from the virtual machine."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request body for detaching data disk from a virtual machine."
name: "detachDataDiskProperties"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.DetachDataDiskProperties?alt=com.azure.resourcemanager.devtestlabs.models.DetachDataDiskProperties&text=DetachDataDiskProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void detachDataDisk(String resourceGroupName, String labName, String name, DetachDataDiskProperties detachDataDiskProperties)"
desc: "Detach the specified disk from the virtual machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.detachDataDisk(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.DetachDataDiskProperties,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.detachDataDisk(String resourceGroupName, String labName, String name, DetachDataDiskProperties detachDataDiskProperties, Context context)"
name: "detachDataDisk(String resourceGroupName, String labName, String name, DetachDataDiskProperties detachDataDiskProperties, Context context)"
nameWithType: "VirtualMachines.detachDataDisk(String resourceGroupName, String labName, String name, DetachDataDiskProperties detachDataDiskProperties, Context context)"
summary: "Detach the specified disk from the virtual machine."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request body for detaching data disk from a virtual machine."
name: "detachDataDiskProperties"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.DetachDataDiskProperties?alt=com.azure.resourcemanager.devtestlabs.models.DetachDataDiskProperties&text=DetachDataDiskProperties\" data-throw-if-not-resolved=\"False\" />"
- 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 void detachDataDisk(String resourceGroupName, String labName, String name, DetachDataDiskProperties detachDataDiskProperties, Context context)"
desc: "Detach the specified disk from the virtual machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.get(String resourceGroupName, String labName, String name)"
name: "get(String resourceGroupName, String labName, String name)"
nameWithType: "VirtualMachines.get(String resourceGroupName, String labName, String name)"
summary: "Get virtual machine."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract LabVirtualMachine get(String resourceGroupName, String labName, String name)"
desc: "Get virtual machine."
returns:
description: "virtual machine."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.LabVirtualMachine?alt=com.azure.resourcemanager.devtestlabs.models.LabVirtualMachine&text=LabVirtualMachine\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.getById(String id)"
name: "getById(String id)"
nameWithType: "VirtualMachines.getById(String id)"
summary: "Get virtual machine."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract LabVirtualMachine getById(String id)"
desc: "Get virtual machine."
returns:
description: "virtual machine along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.LabVirtualMachine?alt=com.azure.resourcemanager.devtestlabs.models.LabVirtualMachine&text=LabVirtualMachine\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.getByIdWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.getByIdWithResponse(String id, String expand, Context context)"
name: "getByIdWithResponse(String id, String expand, Context context)"
nameWithType: "VirtualMachines.getByIdWithResponse(String id, String expand, Context context)"
summary: "Get virtual machine."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Specify the $expand query. Example:\n 'properties($expand=artifacts,computeVm,networkInterface,applicableSchedule)'."
name: "expand"
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<LabVirtualMachine> getByIdWithResponse(String id, String expand, Context context)"
desc: "Get virtual machine."
returns:
description: "virtual machine along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
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.devtestlabs.models.LabVirtualMachine?alt=com.azure.resourcemanager.devtestlabs.models.LabVirtualMachine&text=LabVirtualMachine\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.getRdpFileContents(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.getRdpFileContents(String resourceGroupName, String labName, String name)"
name: "getRdpFileContents(String resourceGroupName, String labName, String name)"
nameWithType: "VirtualMachines.getRdpFileContents(String resourceGroupName, String labName, String name)"
summary: "Gets a string that represents the contents of the RDP file for the virtual machine."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract RdpConnection getRdpFileContents(String resourceGroupName, String labName, String name)"
desc: "Gets a string that represents the contents of the RDP file for the virtual machine."
returns:
description: "a string that represents the contents of the RDP file for the virtual machine."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.RdpConnection?alt=com.azure.resourcemanager.devtestlabs.models.RdpConnection&text=RdpConnection\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.getRdpFileContentsWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.getRdpFileContentsWithResponse(String resourceGroupName, String labName, String name, Context context)"
name: "getRdpFileContentsWithResponse(String resourceGroupName, String labName, String name, Context context)"
nameWithType: "VirtualMachines.getRdpFileContentsWithResponse(String resourceGroupName, String labName, String name, Context context)"
summary: "Gets a string that represents the contents of the RDP file for the virtual machine."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
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<RdpConnection> getRdpFileContentsWithResponse(String resourceGroupName, String labName, String name, Context context)"
desc: "Gets a string that represents the contents of the RDP file for the virtual machine."
returns:
description: "a string that represents the contents of the RDP file for the virtual machine along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
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.devtestlabs.models.RdpConnection?alt=com.azure.resourcemanager.devtestlabs.models.RdpConnection&text=RdpConnection\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.getWithResponse(String resourceGroupName, String labName, String name, String expand, Context context)"
name: "getWithResponse(String resourceGroupName, String labName, String name, String expand, Context context)"
nameWithType: "VirtualMachines.getWithResponse(String resourceGroupName, String labName, String name, String expand, Context context)"
summary: "Get virtual machine."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Specify the $expand query. Example:\n 'properties($expand=artifacts,computeVm,networkInterface,applicableSchedule)'."
name: "expand"
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<LabVirtualMachine> getWithResponse(String resourceGroupName, String labName, String name, String expand, Context context)"
desc: "Get virtual machine."
returns:
description: "virtual machine along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
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.devtestlabs.models.LabVirtualMachine?alt=com.azure.resourcemanager.devtestlabs.models.LabVirtualMachine&text=LabVirtualMachine\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.list(String resourceGroupName, String labName)"
name: "list(String resourceGroupName, String labName)"
nameWithType: "VirtualMachines.list(String resourceGroupName, String labName)"
summary: "List virtual machines in a given lab."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<LabVirtualMachine> list(String resourceGroupName, String labName)"
desc: "List virtual machines in a given lab."
returns:
description: "the response of a list operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.devtestlabs.models.LabVirtualMachine?alt=com.azure.resourcemanager.devtestlabs.models.LabVirtualMachine&text=LabVirtualMachine\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.list(String resourceGroupName, String labName, String expand, String filter, Integer top, String orderby, Context context)"
name: "list(String resourceGroupName, String labName, String expand, String filter, Integer top, String orderby, Context context)"
nameWithType: "VirtualMachines.list(String resourceGroupName, String labName, String expand, String filter, Integer top, String orderby, Context context)"
summary: "List virtual machines in a given lab."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Specify the $expand query. Example:\n 'properties($expand=artifacts,computeVm,networkInterface,applicableSchedule)'."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The filter to apply to the operation. Example: '$filter=contains(name,'myName')."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The maximum number of resources to return from the operation. Example: '$top=10'."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "The ordering expression for the results, using OData notation. Example: '$orderby=name desc'."
name: "orderby"
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 PagedIterable<LabVirtualMachine> list(String resourceGroupName, String labName, String expand, String filter, Integer top, String orderby, Context context)"
desc: "List virtual machines in a given lab."
returns:
description: "the response of a list operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.devtestlabs.models.LabVirtualMachine?alt=com.azure.resourcemanager.devtestlabs.models.LabVirtualMachine&text=LabVirtualMachine\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.listApplicableSchedules(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.listApplicableSchedules(String resourceGroupName, String labName, String name)"
name: "listApplicableSchedules(String resourceGroupName, String labName, String name)"
nameWithType: "VirtualMachines.listApplicableSchedules(String resourceGroupName, String labName, String name)"
summary: "Lists the applicable start/stop schedules, if any."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ApplicableSchedule listApplicableSchedules(String resourceGroupName, String labName, String name)"
desc: "Lists the applicable start/stop schedules, if any."
returns:
description: "schedules applicable to a virtual machine."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ApplicableSchedule?alt=com.azure.resourcemanager.devtestlabs.models.ApplicableSchedule&text=ApplicableSchedule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.listApplicableSchedulesWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.listApplicableSchedulesWithResponse(String resourceGroupName, String labName, String name, Context context)"
name: "listApplicableSchedulesWithResponse(String resourceGroupName, String labName, String name, Context context)"
nameWithType: "VirtualMachines.listApplicableSchedulesWithResponse(String resourceGroupName, String labName, String name, Context context)"
summary: "Lists the applicable start/stop schedules, if any."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
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<ApplicableSchedule> listApplicableSchedulesWithResponse(String resourceGroupName, String labName, String name, Context context)"
desc: "Lists the applicable start/stop schedules, if any."
returns:
description: "schedules applicable to a virtual machine along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
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.devtestlabs.models.ApplicableSchedule?alt=com.azure.resourcemanager.devtestlabs.models.ApplicableSchedule&text=ApplicableSchedule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.redeploy(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.redeploy(String resourceGroupName, String labName, String name)"
name: "redeploy(String resourceGroupName, String labName, String name)"
nameWithType: "VirtualMachines.redeploy(String resourceGroupName, String labName, String name)"
summary: "Redeploy a virtual machine This operation can take a while to complete."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void redeploy(String resourceGroupName, String labName, String name)"
desc: "Redeploy a virtual machine This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.redeploy(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.redeploy(String resourceGroupName, String labName, String name, Context context)"
name: "redeploy(String resourceGroupName, String labName, String name, Context context)"
nameWithType: "VirtualMachines.redeploy(String resourceGroupName, String labName, String name, Context context)"
summary: "Redeploy a virtual machine This operation can take a while to complete."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
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 void redeploy(String resourceGroupName, String labName, String name, Context context)"
desc: "Redeploy a virtual machine This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.resize(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.ResizeLabVirtualMachineProperties)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.resize(String resourceGroupName, String labName, String name, ResizeLabVirtualMachineProperties resizeLabVirtualMachineProperties)"
name: "resize(String resourceGroupName, String labName, String name, ResizeLabVirtualMachineProperties resizeLabVirtualMachineProperties)"
nameWithType: "VirtualMachines.resize(String resourceGroupName, String labName, String name, ResizeLabVirtualMachineProperties resizeLabVirtualMachineProperties)"
summary: "Resize Virtual Machine."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request body for resizing a virtual machine."
name: "resizeLabVirtualMachineProperties"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ResizeLabVirtualMachineProperties?alt=com.azure.resourcemanager.devtestlabs.models.ResizeLabVirtualMachineProperties&text=ResizeLabVirtualMachineProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void resize(String resourceGroupName, String labName, String name, ResizeLabVirtualMachineProperties resizeLabVirtualMachineProperties)"
desc: "Resize Virtual Machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.resize(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.ResizeLabVirtualMachineProperties,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.resize(String resourceGroupName, String labName, String name, ResizeLabVirtualMachineProperties resizeLabVirtualMachineProperties, Context context)"
name: "resize(String resourceGroupName, String labName, String name, ResizeLabVirtualMachineProperties resizeLabVirtualMachineProperties, Context context)"
nameWithType: "VirtualMachines.resize(String resourceGroupName, String labName, String name, ResizeLabVirtualMachineProperties resizeLabVirtualMachineProperties, Context context)"
summary: "Resize Virtual Machine."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Request body for resizing a virtual machine."
name: "resizeLabVirtualMachineProperties"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ResizeLabVirtualMachineProperties?alt=com.azure.resourcemanager.devtestlabs.models.ResizeLabVirtualMachineProperties&text=ResizeLabVirtualMachineProperties\" data-throw-if-not-resolved=\"False\" />"
- 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 void resize(String resourceGroupName, String labName, String name, ResizeLabVirtualMachineProperties resizeLabVirtualMachineProperties, Context context)"
desc: "Resize Virtual Machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.restart(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.restart(String resourceGroupName, String labName, String name)"
name: "restart(String resourceGroupName, String labName, String name)"
nameWithType: "VirtualMachines.restart(String resourceGroupName, String labName, String name)"
summary: "Restart a virtual machine."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void restart(String resourceGroupName, String labName, String name)"
desc: "Restart a virtual machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.restart(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.restart(String resourceGroupName, String labName, String name, Context context)"
name: "restart(String resourceGroupName, String labName, String name, Context context)"
nameWithType: "VirtualMachines.restart(String resourceGroupName, String labName, String name, Context context)"
summary: "Restart a virtual machine."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
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 void restart(String resourceGroupName, String labName, String name, Context context)"
desc: "Restart a virtual machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.start(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.start(String resourceGroupName, String labName, String name)"
name: "start(String resourceGroupName, String labName, String name)"
nameWithType: "VirtualMachines.start(String resourceGroupName, String labName, String name)"
summary: "Start a virtual machine."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void start(String resourceGroupName, String labName, String name)"
desc: "Start a virtual machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.start(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.start(String resourceGroupName, String labName, String name, Context context)"
name: "start(String resourceGroupName, String labName, String name, Context context)"
nameWithType: "VirtualMachines.start(String resourceGroupName, String labName, String name, Context context)"
summary: "Start a virtual machine."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
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 void start(String resourceGroupName, String labName, String name, Context context)"
desc: "Start a virtual machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.stop(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.stop(String resourceGroupName, String labName, String name)"
name: "stop(String resourceGroupName, String labName, String name)"
nameWithType: "VirtualMachines.stop(String resourceGroupName, String labName, String name)"
summary: "Stop a virtual machine This operation can take a while to complete."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void stop(String resourceGroupName, String labName, String name)"
desc: "Stop a virtual machine This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.stop(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.stop(String resourceGroupName, String labName, String name, Context context)"
name: "stop(String resourceGroupName, String labName, String name, Context context)"
nameWithType: "VirtualMachines.stop(String resourceGroupName, String labName, String name, Context context)"
summary: "Stop a virtual machine This operation can take a while to complete."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
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 void stop(String resourceGroupName, String labName, String name, Context context)"
desc: "Stop a virtual machine This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.transferDisks(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.transferDisks(String resourceGroupName, String labName, String name)"
name: "transferDisks(String resourceGroupName, String labName, String name)"
nameWithType: "VirtualMachines.transferDisks(String resourceGroupName, String labName, String name)"
summary: "Transfers all data disks attached to the virtual machine to be owned by the current user."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void transferDisks(String resourceGroupName, String labName, String name)"
desc: "Transfers all data disks attached to the virtual machine to be owned by the current user. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.transferDisks(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.transferDisks(String resourceGroupName, String labName, String name, Context context)"
name: "transferDisks(String resourceGroupName, String labName, String name, Context context)"
nameWithType: "VirtualMachines.transferDisks(String resourceGroupName, String labName, String name, Context context)"
summary: "Transfers all data disks attached to the virtual machine to be owned by the current user."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
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 void transferDisks(String resourceGroupName, String labName, String name, Context context)"
desc: "Transfers all data disks attached to the virtual machine to be owned by the current user. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.unClaim(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.unClaim(String resourceGroupName, String labName, String name)"
name: "unClaim(String resourceGroupName, String labName, String name)"
nameWithType: "VirtualMachines.unClaim(String resourceGroupName, String labName, String name)"
summary: "Release ownership of an existing virtual machine This operation can take a while to complete."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void unClaim(String resourceGroupName, String labName, String name)"
desc: "Release ownership of an existing virtual machine This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.unClaim(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.VirtualMachines.unClaim(String resourceGroupName, String labName, String name, Context context)"
name: "unClaim(String resourceGroupName, String labName, String name, Context context)"
nameWithType: "VirtualMachines.unClaim(String resourceGroupName, String labName, String name, Context context)"
summary: "Release ownership of an existing virtual machine This operation can take a while to complete."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual machine."
name: "name"
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 void unClaim(String resourceGroupName, String labName, String name, Context context)"
desc: "Release ownership of an existing virtual machine This operation can take a while to complete."
type: "interface"
desc: "Resource collection API of VirtualMachines."
metadata: {}
package: "com.azure.resourcemanager.devtestlabs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0