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

790 строки
70 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient"
name: "LabsClient"
nameWithType: "LabsClient"
summary: "An instance of this class provides access to all the operations defined in Labs<wbr>Client."
syntax: "public interface **LabsClient**"
methods:
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginClaimAnyVm(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginClaimAnyVm(String resourceGroupName, String name)"
name: "beginClaimAnyVm(String resourceGroupName, String name)"
nameWithType: "LabsClient.beginClaimAnyVm(String resourceGroupName, String name)"
summary: "Claim a random claimable virtual machine in the 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginClaimAnyVm(String resourceGroupName, String name)"
desc: "Claim a random claimable virtual machine in the lab. This operation can take a while to complete."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginClaimAnyVm(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginClaimAnyVm(String resourceGroupName, String name, Context context)"
name: "beginClaimAnyVm(String resourceGroupName, String name, Context context)"
nameWithType: "LabsClient.beginClaimAnyVm(String resourceGroupName, String name, Context context)"
summary: "Claim a random claimable virtual machine in the 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: "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 SyncPoller<PollResult<Void>,Void> beginClaimAnyVm(String resourceGroupName, String name, Context context)"
desc: "Claim a random claimable virtual machine in the lab. This operation can take a while to complete."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginCreateEnvironment(java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.LabVirtualMachineCreationParameter)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginCreateEnvironment(String resourceGroupName, String name, LabVirtualMachineCreationParameter labVirtualMachineCreationParameter)"
name: "beginCreateEnvironment(String resourceGroupName, String name, LabVirtualMachineCreationParameter labVirtualMachineCreationParameter)"
nameWithType: "LabsClient.beginCreateEnvironment(String resourceGroupName, String name, LabVirtualMachineCreationParameter labVirtualMachineCreationParameter)"
summary: "Create virtual machines in a 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties for creating a virtual machine."
name: "labVirtualMachineCreationParameter"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.LabVirtualMachineCreationParameter?alt=com.azure.resourcemanager.devtestlabs.models.LabVirtualMachineCreationParameter&text=LabVirtualMachineCreationParameter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginCreateEnvironment(String resourceGroupName, String name, LabVirtualMachineCreationParameter labVirtualMachineCreationParameter)"
desc: "Create virtual machines in a lab. This operation can take a while to complete."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginCreateEnvironment(java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.LabVirtualMachineCreationParameter,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginCreateEnvironment(String resourceGroupName, String name, LabVirtualMachineCreationParameter labVirtualMachineCreationParameter, Context context)"
name: "beginCreateEnvironment(String resourceGroupName, String name, LabVirtualMachineCreationParameter labVirtualMachineCreationParameter, Context context)"
nameWithType: "LabsClient.beginCreateEnvironment(String resourceGroupName, String name, LabVirtualMachineCreationParameter labVirtualMachineCreationParameter, Context context)"
summary: "Create virtual machines in a 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties for creating a virtual machine."
name: "labVirtualMachineCreationParameter"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.LabVirtualMachineCreationParameter?alt=com.azure.resourcemanager.devtestlabs.models.LabVirtualMachineCreationParameter&text=LabVirtualMachineCreationParameter\" 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 SyncPoller<PollResult<Void>,Void> beginCreateEnvironment(String resourceGroupName, String name, LabVirtualMachineCreationParameter labVirtualMachineCreationParameter, Context context)"
desc: "Create virtual machines in a lab. This operation can take a while to complete."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.fluent.models.LabInner)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginCreateOrUpdate(String resourceGroupName, String name, LabInner lab)"
name: "beginCreateOrUpdate(String resourceGroupName, String name, LabInner lab)"
nameWithType: "LabsClient.beginCreateOrUpdate(String resourceGroupName, String name, LabInner lab)"
summary: "Create or replace an existing 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A lab."
name: "lab"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabInner&text=LabInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<LabInner>,LabInner> beginCreateOrUpdate(String resourceGroupName, String name, LabInner lab)"
desc: "Create or replace an existing lab. This operation can take a while to complete."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of a lab."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabInner&text=LabInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabInner&text=LabInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.fluent.models.LabInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginCreateOrUpdate(String resourceGroupName, String name, LabInner lab, Context context)"
name: "beginCreateOrUpdate(String resourceGroupName, String name, LabInner lab, Context context)"
nameWithType: "LabsClient.beginCreateOrUpdate(String resourceGroupName, String name, LabInner lab, Context context)"
summary: "Create or replace an existing 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A lab."
name: "lab"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabInner&text=LabInner\" 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 SyncPoller<PollResult<LabInner>,LabInner> beginCreateOrUpdate(String resourceGroupName, String name, LabInner lab, Context context)"
desc: "Create or replace an existing lab. This operation can take a while to complete."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of a lab."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabInner&text=LabInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabInner&text=LabInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginDelete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginDelete(String resourceGroupName, String name)"
name: "beginDelete(String resourceGroupName, String name)"
nameWithType: "LabsClient.beginDelete(String resourceGroupName, String name)"
summary: "Delete 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String name)"
desc: "Delete lab. This operation can take a while to complete."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginDelete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginDelete(String resourceGroupName, String name, Context context)"
name: "beginDelete(String resourceGroupName, String name, Context context)"
nameWithType: "LabsClient.beginDelete(String resourceGroupName, String name, Context context)"
summary: "Delete 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: "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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String name, Context context)"
desc: "Delete lab. This operation can take a while to complete."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginExportResourceUsage(java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.ExportResourceUsageParameters)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginExportResourceUsage(String resourceGroupName, String name, ExportResourceUsageParameters exportResourceUsageParameters)"
name: "beginExportResourceUsage(String resourceGroupName, String name, ExportResourceUsageParameters exportResourceUsageParameters)"
nameWithType: "LabsClient.beginExportResourceUsage(String resourceGroupName, String name, ExportResourceUsageParameters exportResourceUsageParameters)"
summary: "Exports the lab resource usage into a storage account 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The parameters of the export operation."
name: "exportResourceUsageParameters"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ExportResourceUsageParameters?alt=com.azure.resourcemanager.devtestlabs.models.ExportResourceUsageParameters&text=ExportResourceUsageParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginExportResourceUsage(String resourceGroupName, String name, ExportResourceUsageParameters exportResourceUsageParameters)"
desc: "Exports the lab resource usage into a storage account This operation can take a while to complete."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginExportResourceUsage(java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.ExportResourceUsageParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginExportResourceUsage(String resourceGroupName, String name, ExportResourceUsageParameters exportResourceUsageParameters, Context context)"
name: "beginExportResourceUsage(String resourceGroupName, String name, ExportResourceUsageParameters exportResourceUsageParameters, Context context)"
nameWithType: "LabsClient.beginExportResourceUsage(String resourceGroupName, String name, ExportResourceUsageParameters exportResourceUsageParameters, Context context)"
summary: "Exports the lab resource usage into a storage account 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The parameters of the export operation."
name: "exportResourceUsageParameters"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ExportResourceUsageParameters?alt=com.azure.resourcemanager.devtestlabs.models.ExportResourceUsageParameters&text=ExportResourceUsageParameters\" 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 SyncPoller<PollResult<Void>,Void> beginExportResourceUsage(String resourceGroupName, String name, ExportResourceUsageParameters exportResourceUsageParameters, Context context)"
desc: "Exports the lab resource usage into a storage account This operation can take a while to complete."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginImportVirtualMachine(java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.ImportLabVirtualMachineRequest)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginImportVirtualMachine(String resourceGroupName, String name, ImportLabVirtualMachineRequest importLabVirtualMachineRequest)"
name: "beginImportVirtualMachine(String resourceGroupName, String name, ImportLabVirtualMachineRequest importLabVirtualMachineRequest)"
nameWithType: "LabsClient.beginImportVirtualMachine(String resourceGroupName, String name, ImportLabVirtualMachineRequest importLabVirtualMachineRequest)"
summary: "Import a virtual machine into a different 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "This represents the payload required to import a virtual machine from a\n different lab into the current one."
name: "importLabVirtualMachineRequest"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ImportLabVirtualMachineRequest?alt=com.azure.resourcemanager.devtestlabs.models.ImportLabVirtualMachineRequest&text=ImportLabVirtualMachineRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginImportVirtualMachine(String resourceGroupName, String name, ImportLabVirtualMachineRequest importLabVirtualMachineRequest)"
desc: "Import a virtual machine into a different lab. This operation can take a while to complete."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginImportVirtualMachine(java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.ImportLabVirtualMachineRequest,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.beginImportVirtualMachine(String resourceGroupName, String name, ImportLabVirtualMachineRequest importLabVirtualMachineRequest, Context context)"
name: "beginImportVirtualMachine(String resourceGroupName, String name, ImportLabVirtualMachineRequest importLabVirtualMachineRequest, Context context)"
nameWithType: "LabsClient.beginImportVirtualMachine(String resourceGroupName, String name, ImportLabVirtualMachineRequest importLabVirtualMachineRequest, Context context)"
summary: "Import a virtual machine into a different 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "This represents the payload required to import a virtual machine from a\n different lab into the current one."
name: "importLabVirtualMachineRequest"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ImportLabVirtualMachineRequest?alt=com.azure.resourcemanager.devtestlabs.models.ImportLabVirtualMachineRequest&text=ImportLabVirtualMachineRequest\" 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 SyncPoller<PollResult<Void>,Void> beginImportVirtualMachine(String resourceGroupName, String name, ImportLabVirtualMachineRequest importLabVirtualMachineRequest, Context context)"
desc: "Import a virtual machine into a different lab. This operation can take a while to complete."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.claimAnyVm(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.claimAnyVm(String resourceGroupName, String name)"
name: "claimAnyVm(String resourceGroupName, String name)"
nameWithType: "LabsClient.claimAnyVm(String resourceGroupName, String name)"
summary: "Claim a random claimable virtual machine in the 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void claimAnyVm(String resourceGroupName, String name)"
desc: "Claim a random claimable virtual machine in the lab. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.claimAnyVm(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.claimAnyVm(String resourceGroupName, String name, Context context)"
name: "claimAnyVm(String resourceGroupName, String name, Context context)"
nameWithType: "LabsClient.claimAnyVm(String resourceGroupName, String name, Context context)"
summary: "Claim a random claimable virtual machine in the 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: "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 claimAnyVm(String resourceGroupName, String name, Context context)"
desc: "Claim a random claimable virtual machine in the lab. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.createEnvironment(java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.LabVirtualMachineCreationParameter)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.createEnvironment(String resourceGroupName, String name, LabVirtualMachineCreationParameter labVirtualMachineCreationParameter)"
name: "createEnvironment(String resourceGroupName, String name, LabVirtualMachineCreationParameter labVirtualMachineCreationParameter)"
nameWithType: "LabsClient.createEnvironment(String resourceGroupName, String name, LabVirtualMachineCreationParameter labVirtualMachineCreationParameter)"
summary: "Create virtual machines in a 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties for creating a virtual machine."
name: "labVirtualMachineCreationParameter"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.LabVirtualMachineCreationParameter?alt=com.azure.resourcemanager.devtestlabs.models.LabVirtualMachineCreationParameter&text=LabVirtualMachineCreationParameter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void createEnvironment(String resourceGroupName, String name, LabVirtualMachineCreationParameter labVirtualMachineCreationParameter)"
desc: "Create virtual machines in a lab. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.createEnvironment(java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.LabVirtualMachineCreationParameter,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.createEnvironment(String resourceGroupName, String name, LabVirtualMachineCreationParameter labVirtualMachineCreationParameter, Context context)"
name: "createEnvironment(String resourceGroupName, String name, LabVirtualMachineCreationParameter labVirtualMachineCreationParameter, Context context)"
nameWithType: "LabsClient.createEnvironment(String resourceGroupName, String name, LabVirtualMachineCreationParameter labVirtualMachineCreationParameter, Context context)"
summary: "Create virtual machines in a 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties for creating a virtual machine."
name: "labVirtualMachineCreationParameter"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.LabVirtualMachineCreationParameter?alt=com.azure.resourcemanager.devtestlabs.models.LabVirtualMachineCreationParameter&text=LabVirtualMachineCreationParameter\" 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 createEnvironment(String resourceGroupName, String name, LabVirtualMachineCreationParameter labVirtualMachineCreationParameter, Context context)"
desc: "Create virtual machines in a lab. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.fluent.models.LabInner)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.createOrUpdate(String resourceGroupName, String name, LabInner lab)"
name: "createOrUpdate(String resourceGroupName, String name, LabInner lab)"
nameWithType: "LabsClient.createOrUpdate(String resourceGroupName, String name, LabInner lab)"
summary: "Create or replace an existing 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A lab."
name: "lab"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabInner&text=LabInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract LabInner createOrUpdate(String resourceGroupName, String name, LabInner lab)"
desc: "Create or replace an existing lab. This operation can take a while to complete."
returns:
description: "a lab."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabInner&text=LabInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.fluent.models.LabInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.createOrUpdate(String resourceGroupName, String name, LabInner lab, Context context)"
name: "createOrUpdate(String resourceGroupName, String name, LabInner lab, Context context)"
nameWithType: "LabsClient.createOrUpdate(String resourceGroupName, String name, LabInner lab, Context context)"
summary: "Create or replace an existing 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A lab."
name: "lab"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabInner&text=LabInner\" 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 LabInner createOrUpdate(String resourceGroupName, String name, LabInner lab, Context context)"
desc: "Create or replace an existing lab. This operation can take a while to complete."
returns:
description: "a lab."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabInner&text=LabInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.delete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.delete(String resourceGroupName, String name)"
name: "delete(String resourceGroupName, String name)"
nameWithType: "LabsClient.delete(String resourceGroupName, String name)"
summary: "Delete 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: "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 name)"
desc: "Delete lab. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.delete(String resourceGroupName, String name, Context context)"
name: "delete(String resourceGroupName, String name, Context context)"
nameWithType: "LabsClient.delete(String resourceGroupName, String name, Context context)"
summary: "Delete 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: "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 name, Context context)"
desc: "Delete lab. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.exportResourceUsage(java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.ExportResourceUsageParameters)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.exportResourceUsage(String resourceGroupName, String name, ExportResourceUsageParameters exportResourceUsageParameters)"
name: "exportResourceUsage(String resourceGroupName, String name, ExportResourceUsageParameters exportResourceUsageParameters)"
nameWithType: "LabsClient.exportResourceUsage(String resourceGroupName, String name, ExportResourceUsageParameters exportResourceUsageParameters)"
summary: "Exports the lab resource usage into a storage account 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The parameters of the export operation."
name: "exportResourceUsageParameters"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ExportResourceUsageParameters?alt=com.azure.resourcemanager.devtestlabs.models.ExportResourceUsageParameters&text=ExportResourceUsageParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void exportResourceUsage(String resourceGroupName, String name, ExportResourceUsageParameters exportResourceUsageParameters)"
desc: "Exports the lab resource usage into a storage account This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.exportResourceUsage(java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.ExportResourceUsageParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.exportResourceUsage(String resourceGroupName, String name, ExportResourceUsageParameters exportResourceUsageParameters, Context context)"
name: "exportResourceUsage(String resourceGroupName, String name, ExportResourceUsageParameters exportResourceUsageParameters, Context context)"
nameWithType: "LabsClient.exportResourceUsage(String resourceGroupName, String name, ExportResourceUsageParameters exportResourceUsageParameters, Context context)"
summary: "Exports the lab resource usage into a storage account 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The parameters of the export operation."
name: "exportResourceUsageParameters"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ExportResourceUsageParameters?alt=com.azure.resourcemanager.devtestlabs.models.ExportResourceUsageParameters&text=ExportResourceUsageParameters\" 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 exportResourceUsage(String resourceGroupName, String name, ExportResourceUsageParameters exportResourceUsageParameters, Context context)"
desc: "Exports the lab resource usage into a storage account This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.generateUploadUri(java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.GenerateUploadUriParameter)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.generateUploadUri(String resourceGroupName, String name, GenerateUploadUriParameter generateUploadUriParameter)"
name: "generateUploadUri(String resourceGroupName, String name, GenerateUploadUriParameter generateUploadUriParameter)"
nameWithType: "LabsClient.generateUploadUri(String resourceGroupName, String name, GenerateUploadUriParameter generateUploadUriParameter)"
summary: "Generate a URI for uploading custom disk images to a 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties for generating an upload URI."
name: "generateUploadUriParameter"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.GenerateUploadUriParameter?alt=com.azure.resourcemanager.devtestlabs.models.GenerateUploadUriParameter&text=GenerateUploadUriParameter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract GenerateUploadUriResponseInner generateUploadUri(String resourceGroupName, String name, GenerateUploadUriParameter generateUploadUriParameter)"
desc: "Generate a URI for uploading custom disk images to a Lab."
returns:
description: "response body for generating an upload URI."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.GenerateUploadUriResponseInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.GenerateUploadUriResponseInner&text=GenerateUploadUriResponseInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.generateUploadUriWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.GenerateUploadUriParameter,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.generateUploadUriWithResponse(String resourceGroupName, String name, GenerateUploadUriParameter generateUploadUriParameter, Context context)"
name: "generateUploadUriWithResponse(String resourceGroupName, String name, GenerateUploadUriParameter generateUploadUriParameter, Context context)"
nameWithType: "LabsClient.generateUploadUriWithResponse(String resourceGroupName, String name, GenerateUploadUriParameter generateUploadUriParameter, Context context)"
summary: "Generate a URI for uploading custom disk images to a 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties for generating an upload URI."
name: "generateUploadUriParameter"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.GenerateUploadUriParameter?alt=com.azure.resourcemanager.devtestlabs.models.GenerateUploadUriParameter&text=GenerateUploadUriParameter\" 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 Response<GenerateUploadUriResponseInner> generateUploadUriWithResponse(String resourceGroupName, String name, GenerateUploadUriParameter generateUploadUriParameter, Context context)"
desc: "Generate a URI for uploading custom disk images to a Lab."
returns:
description: "response body for generating an upload URI 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.fluent.models.GenerateUploadUriResponseInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.GenerateUploadUriResponseInner&text=GenerateUploadUriResponseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.getByResourceGroup(String resourceGroupName, String name)"
name: "getByResourceGroup(String resourceGroupName, String name)"
nameWithType: "LabsClient.getByResourceGroup(String resourceGroupName, String name)"
summary: "Get 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract LabInner getByResourceGroup(String resourceGroupName, String name)"
desc: "Get lab."
returns:
description: "lab."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabInner&text=LabInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.getByResourceGroupWithResponse(String resourceGroupName, String name, String expand, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String name, String expand, Context context)"
nameWithType: "LabsClient.getByResourceGroupWithResponse(String resourceGroupName, String name, String expand, Context context)"
summary: "Get 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Specify the $expand query. Example: 'properties($select=defaultStorageAccount)'."
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<LabInner> getByResourceGroupWithResponse(String resourceGroupName, String name, String expand, Context context)"
desc: "Get lab."
returns:
description: "lab 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.fluent.models.LabInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabInner&text=LabInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.importVirtualMachine(java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.ImportLabVirtualMachineRequest)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.importVirtualMachine(String resourceGroupName, String name, ImportLabVirtualMachineRequest importLabVirtualMachineRequest)"
name: "importVirtualMachine(String resourceGroupName, String name, ImportLabVirtualMachineRequest importLabVirtualMachineRequest)"
nameWithType: "LabsClient.importVirtualMachine(String resourceGroupName, String name, ImportLabVirtualMachineRequest importLabVirtualMachineRequest)"
summary: "Import a virtual machine into a different 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "This represents the payload required to import a virtual machine from a\n different lab into the current one."
name: "importLabVirtualMachineRequest"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ImportLabVirtualMachineRequest?alt=com.azure.resourcemanager.devtestlabs.models.ImportLabVirtualMachineRequest&text=ImportLabVirtualMachineRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void importVirtualMachine(String resourceGroupName, String name, ImportLabVirtualMachineRequest importLabVirtualMachineRequest)"
desc: "Import a virtual machine into a different lab. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.importVirtualMachine(java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.ImportLabVirtualMachineRequest,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.importVirtualMachine(String resourceGroupName, String name, ImportLabVirtualMachineRequest importLabVirtualMachineRequest, Context context)"
name: "importVirtualMachine(String resourceGroupName, String name, ImportLabVirtualMachineRequest importLabVirtualMachineRequest, Context context)"
nameWithType: "LabsClient.importVirtualMachine(String resourceGroupName, String name, ImportLabVirtualMachineRequest importLabVirtualMachineRequest, Context context)"
summary: "Import a virtual machine into a different 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "This represents the payload required to import a virtual machine from a\n different lab into the current one."
name: "importLabVirtualMachineRequest"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ImportLabVirtualMachineRequest?alt=com.azure.resourcemanager.devtestlabs.models.ImportLabVirtualMachineRequest&text=ImportLabVirtualMachineRequest\" 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 importVirtualMachine(String resourceGroupName, String name, ImportLabVirtualMachineRequest importLabVirtualMachineRequest, Context context)"
desc: "Import a virtual machine into a different lab. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.list()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.list()"
name: "list()"
nameWithType: "LabsClient.list()"
summary: "List labs in a subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<LabInner> list()"
desc: "List labs in a subscription."
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.fluent.models.LabInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabInner&text=LabInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.list(java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.list(String expand, String filter, Integer top, String orderby, Context context)"
name: "list(String expand, String filter, Integer top, String orderby, Context context)"
nameWithType: "LabsClient.list(String expand, String filter, Integer top, String orderby, Context context)"
summary: "List labs in a subscription."
modifiers:
- "abstract"
parameters:
- description: "Specify the $expand query. Example: 'properties($select=defaultStorageAccount)'."
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<LabInner> list(String expand, String filter, Integer top, String orderby, Context context)"
desc: "List labs in a subscription."
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.fluent.models.LabInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabInner&text=LabInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "LabsClient.listByResourceGroup(String resourceGroupName)"
summary: "List labs in a resource group."
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>"
syntax: "public abstract PagedIterable<LabInner> listByResourceGroup(String resourceGroupName)"
desc: "List labs in a resource group."
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.fluent.models.LabInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabInner&text=LabInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.listByResourceGroup(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.fluent.LabsClient.listByResourceGroup(String resourceGroupName, String expand, String filter, Integer top, String orderby, Context context)"
name: "listByResourceGroup(String resourceGroupName, String expand, String filter, Integer top, String orderby, Context context)"
nameWithType: "LabsClient.listByResourceGroup(String resourceGroupName, String expand, String filter, Integer top, String orderby, Context context)"
summary: "List labs in a resource group."
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: "Specify the $expand query. Example: 'properties($select=defaultStorageAccount)'."
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<LabInner> listByResourceGroup(String resourceGroupName, String expand, String filter, Integer top, String orderby, Context context)"
desc: "List labs in a resource group."
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.fluent.models.LabInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabInner&text=LabInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.listVhds(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.listVhds(String resourceGroupName, String name)"
name: "listVhds(String resourceGroupName, String name)"
nameWithType: "LabsClient.listVhds(String resourceGroupName, String name)"
summary: "List disk images available for custom image creation."
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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<LabVhdInner> listVhds(String resourceGroupName, String name)"
desc: "List disk images available for custom image creation."
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.fluent.models.LabVhdInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVhdInner&text=LabVhdInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.listVhds(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.listVhds(String resourceGroupName, String name, Context context)"
name: "listVhds(String resourceGroupName, String name, Context context)"
nameWithType: "LabsClient.listVhds(String resourceGroupName, String name, Context context)"
summary: "List disk images available for custom image creation."
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: "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 PagedIterable<LabVhdInner> listVhds(String resourceGroupName, String name, Context context)"
desc: "List disk images available for custom image creation."
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.fluent.models.LabVhdInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVhdInner&text=LabVhdInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.update(java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.LabFragment)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.update(String resourceGroupName, String name, LabFragment lab)"
name: "update(String resourceGroupName, String name, LabFragment lab)"
nameWithType: "LabsClient.update(String resourceGroupName, String name, LabFragment lab)"
summary: "Allows modifying tags of labs."
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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A lab."
name: "lab"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.LabFragment?alt=com.azure.resourcemanager.devtestlabs.models.LabFragment&text=LabFragment\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract LabInner update(String resourceGroupName, String name, LabFragment lab)"
desc: "Allows modifying tags of labs. All other properties will be ignored."
returns:
description: "a lab."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabInner&text=LabInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.updateWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.LabFragment,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.LabsClient.updateWithResponse(String resourceGroupName, String name, LabFragment lab, Context context)"
name: "updateWithResponse(String resourceGroupName, String name, LabFragment lab, Context context)"
nameWithType: "LabsClient.updateWithResponse(String resourceGroupName, String name, LabFragment lab, Context context)"
summary: "Allows modifying tags of labs."
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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A lab."
name: "lab"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.LabFragment?alt=com.azure.resourcemanager.devtestlabs.models.LabFragment&text=LabFragment\" 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 Response<LabInner> updateWithResponse(String resourceGroupName, String name, LabFragment lab, Context context)"
desc: "Allows modifying tags of labs. All other properties will be ignored."
returns:
description: "a lab 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.fluent.models.LabInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabInner&text=LabInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in LabsClient."
metadata: {}
package: "com.azure.resourcemanager.devtestlabs.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0