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

630 строки
53 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient"
name: "DisksClient"
nameWithType: "DisksClient"
summary: "An instance of this class provides access to all the operations defined in Disks<wbr>Client."
syntax: "public interface **DisksClient**"
methods:
- uid: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.attach(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.AttachDiskProperties)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.attach(String resourceGroupName, String labName, String username, String name, AttachDiskProperties attachDiskProperties)"
name: "attach(String resourceGroupName, String labName, String username, String name, AttachDiskProperties attachDiskProperties)"
nameWithType: "DisksClient.attach(String resourceGroupName, String labName, String username, String name, AttachDiskProperties attachDiskProperties)"
summary: "Attach and create the lease of the disk to 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 user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the disk."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties of the disk to attach."
name: "attachDiskProperties"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.AttachDiskProperties?alt=com.azure.resourcemanager.devtestlabs.models.AttachDiskProperties&text=AttachDiskProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void attach(String resourceGroupName, String labName, String username, String name, AttachDiskProperties attachDiskProperties)"
desc: "Attach and create the lease of the disk to the virtual machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.attach(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.AttachDiskProperties,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.attach(String resourceGroupName, String labName, String username, String name, AttachDiskProperties attachDiskProperties, Context context)"
name: "attach(String resourceGroupName, String labName, String username, String name, AttachDiskProperties attachDiskProperties, Context context)"
nameWithType: "DisksClient.attach(String resourceGroupName, String labName, String username, String name, AttachDiskProperties attachDiskProperties, Context context)"
summary: "Attach and create the lease of the disk to 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 user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the disk."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties of the disk to attach."
name: "attachDiskProperties"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.AttachDiskProperties?alt=com.azure.resourcemanager.devtestlabs.models.AttachDiskProperties&text=AttachDiskProperties\" 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 attach(String resourceGroupName, String labName, String username, String name, AttachDiskProperties attachDiskProperties, Context context)"
desc: "Attach and create the lease of the disk to the virtual machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.beginAttach(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.AttachDiskProperties)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.beginAttach(String resourceGroupName, String labName, String username, String name, AttachDiskProperties attachDiskProperties)"
name: "beginAttach(String resourceGroupName, String labName, String username, String name, AttachDiskProperties attachDiskProperties)"
nameWithType: "DisksClient.beginAttach(String resourceGroupName, String labName, String username, String name, AttachDiskProperties attachDiskProperties)"
summary: "Attach and create the lease of the disk to 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 user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the disk."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties of the disk to attach."
name: "attachDiskProperties"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.AttachDiskProperties?alt=com.azure.resourcemanager.devtestlabs.models.AttachDiskProperties&text=AttachDiskProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginAttach(String resourceGroupName, String labName, String username, String name, AttachDiskProperties attachDiskProperties)"
desc: "Attach and create the lease of the disk to the virtual machine. 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.DisksClient.beginAttach(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.AttachDiskProperties,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.beginAttach(String resourceGroupName, String labName, String username, String name, AttachDiskProperties attachDiskProperties, Context context)"
name: "beginAttach(String resourceGroupName, String labName, String username, String name, AttachDiskProperties attachDiskProperties, Context context)"
nameWithType: "DisksClient.beginAttach(String resourceGroupName, String labName, String username, String name, AttachDiskProperties attachDiskProperties, Context context)"
summary: "Attach and create the lease of the disk to 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 user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the disk."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties of the disk to attach."
name: "attachDiskProperties"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.AttachDiskProperties?alt=com.azure.resourcemanager.devtestlabs.models.AttachDiskProperties&text=AttachDiskProperties\" 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> beginAttach(String resourceGroupName, String labName, String username, String name, AttachDiskProperties attachDiskProperties, Context context)"
desc: "Attach and create the lease of the disk to the virtual machine. 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.DisksClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.beginCreateOrUpdate(String resourceGroupName, String labName, String username, String name, DiskInner disk)"
name: "beginCreateOrUpdate(String resourceGroupName, String labName, String username, String name, DiskInner disk)"
nameWithType: "DisksClient.beginCreateOrUpdate(String resourceGroupName, String labName, String username, String name, DiskInner disk)"
summary: "Create or replace an existing disk."
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 user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the disk."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A Disk."
name: "disk"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner&text=DiskInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<DiskInner>,DiskInner> beginCreateOrUpdate(String resourceGroupName, String labName, String username, String name, DiskInner disk)"
desc: "Create or replace an existing disk. 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 Disk."
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.DiskInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner&text=DiskInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner&text=DiskInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.beginCreateOrUpdate(String resourceGroupName, String labName, String username, String name, DiskInner disk, Context context)"
name: "beginCreateOrUpdate(String resourceGroupName, String labName, String username, String name, DiskInner disk, Context context)"
nameWithType: "DisksClient.beginCreateOrUpdate(String resourceGroupName, String labName, String username, String name, DiskInner disk, Context context)"
summary: "Create or replace an existing disk."
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 user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the disk."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A Disk."
name: "disk"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner&text=DiskInner\" 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<DiskInner>,DiskInner> beginCreateOrUpdate(String resourceGroupName, String labName, String username, String name, DiskInner disk, Context context)"
desc: "Create or replace an existing disk. 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 Disk."
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.DiskInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner&text=DiskInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner&text=DiskInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.beginDelete(String resourceGroupName, String labName, String username, String name)"
name: "beginDelete(String resourceGroupName, String labName, String username, String name)"
nameWithType: "DisksClient.beginDelete(String resourceGroupName, String labName, String username, String name)"
summary: "Delete disk."
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 user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the disk."
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 labName, String username, String name)"
desc: "Delete disk. 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.DisksClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.beginDelete(String resourceGroupName, String labName, String username, String name, Context context)"
name: "beginDelete(String resourceGroupName, String labName, String username, String name, Context context)"
nameWithType: "DisksClient.beginDelete(String resourceGroupName, String labName, String username, String name, Context context)"
summary: "Delete disk."
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 user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the disk."
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 labName, String username, String name, Context context)"
desc: "Delete disk. 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.DisksClient.beginDetach(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.DetachDiskProperties)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.beginDetach(String resourceGroupName, String labName, String username, String name, DetachDiskProperties detachDiskProperties)"
name: "beginDetach(String resourceGroupName, String labName, String username, String name, DetachDiskProperties detachDiskProperties)"
nameWithType: "DisksClient.beginDetach(String resourceGroupName, String labName, String username, String name, DetachDiskProperties detachDiskProperties)"
summary: "Detach and break the lease of the disk attached to 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 user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the disk."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties of the disk to detach."
name: "detachDiskProperties"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.DetachDiskProperties?alt=com.azure.resourcemanager.devtestlabs.models.DetachDiskProperties&text=DetachDiskProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDetach(String resourceGroupName, String labName, String username, String name, DetachDiskProperties detachDiskProperties)"
desc: "Detach and break the lease of the disk attached to the virtual machine. 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.DisksClient.beginDetach(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.DetachDiskProperties,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.beginDetach(String resourceGroupName, String labName, String username, String name, DetachDiskProperties detachDiskProperties, Context context)"
name: "beginDetach(String resourceGroupName, String labName, String username, String name, DetachDiskProperties detachDiskProperties, Context context)"
nameWithType: "DisksClient.beginDetach(String resourceGroupName, String labName, String username, String name, DetachDiskProperties detachDiskProperties, Context context)"
summary: "Detach and break the lease of the disk attached to 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 user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the disk."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties of the disk to detach."
name: "detachDiskProperties"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.DetachDiskProperties?alt=com.azure.resourcemanager.devtestlabs.models.DetachDiskProperties&text=DetachDiskProperties\" 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> beginDetach(String resourceGroupName, String labName, String username, String name, DetachDiskProperties detachDiskProperties, Context context)"
desc: "Detach and break the lease of the disk attached to the virtual machine. 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.DisksClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.createOrUpdate(String resourceGroupName, String labName, String username, String name, DiskInner disk)"
name: "createOrUpdate(String resourceGroupName, String labName, String username, String name, DiskInner disk)"
nameWithType: "DisksClient.createOrUpdate(String resourceGroupName, String labName, String username, String name, DiskInner disk)"
summary: "Create or replace an existing disk."
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 user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the disk."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A Disk."
name: "disk"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner&text=DiskInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract DiskInner createOrUpdate(String resourceGroupName, String labName, String username, String name, DiskInner disk)"
desc: "Create or replace an existing disk. This operation can take a while to complete."
returns:
description: "a Disk."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner&text=DiskInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.createOrUpdate(String resourceGroupName, String labName, String username, String name, DiskInner disk, Context context)"
name: "createOrUpdate(String resourceGroupName, String labName, String username, String name, DiskInner disk, Context context)"
nameWithType: "DisksClient.createOrUpdate(String resourceGroupName, String labName, String username, String name, DiskInner disk, Context context)"
summary: "Create or replace an existing disk."
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 user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the disk."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A Disk."
name: "disk"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner&text=DiskInner\" 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 DiskInner createOrUpdate(String resourceGroupName, String labName, String username, String name, DiskInner disk, Context context)"
desc: "Create or replace an existing disk. This operation can take a while to complete."
returns:
description: "a Disk."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner&text=DiskInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.delete(String resourceGroupName, String labName, String username, String name)"
name: "delete(String resourceGroupName, String labName, String username, String name)"
nameWithType: "DisksClient.delete(String resourceGroupName, String labName, String username, String name)"
summary: "Delete disk."
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 user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the disk."
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 username, String name)"
desc: "Delete disk. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.delete(String resourceGroupName, String labName, String username, String name, Context context)"
name: "delete(String resourceGroupName, String labName, String username, String name, Context context)"
nameWithType: "DisksClient.delete(String resourceGroupName, String labName, String username, String name, Context context)"
summary: "Delete disk."
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 user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the disk."
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 username, String name, Context context)"
desc: "Delete disk. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.detach(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.DetachDiskProperties)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.detach(String resourceGroupName, String labName, String username, String name, DetachDiskProperties detachDiskProperties)"
name: "detach(String resourceGroupName, String labName, String username, String name, DetachDiskProperties detachDiskProperties)"
nameWithType: "DisksClient.detach(String resourceGroupName, String labName, String username, String name, DetachDiskProperties detachDiskProperties)"
summary: "Detach and break the lease of the disk attached to 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 user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the disk."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties of the disk to detach."
name: "detachDiskProperties"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.DetachDiskProperties?alt=com.azure.resourcemanager.devtestlabs.models.DetachDiskProperties&text=DetachDiskProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void detach(String resourceGroupName, String labName, String username, String name, DetachDiskProperties detachDiskProperties)"
desc: "Detach and break the lease of the disk attached to the virtual machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.detach(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.DetachDiskProperties,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.detach(String resourceGroupName, String labName, String username, String name, DetachDiskProperties detachDiskProperties, Context context)"
name: "detach(String resourceGroupName, String labName, String username, String name, DetachDiskProperties detachDiskProperties, Context context)"
nameWithType: "DisksClient.detach(String resourceGroupName, String labName, String username, String name, DetachDiskProperties detachDiskProperties, Context context)"
summary: "Detach and break the lease of the disk attached to 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 user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the disk."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Properties of the disk to detach."
name: "detachDiskProperties"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.DetachDiskProperties?alt=com.azure.resourcemanager.devtestlabs.models.DetachDiskProperties&text=DetachDiskProperties\" 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 detach(String resourceGroupName, String labName, String username, String name, DetachDiskProperties detachDiskProperties, Context context)"
desc: "Detach and break the lease of the disk attached to the virtual machine. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.get(String resourceGroupName, String labName, String username, String name)"
name: "get(String resourceGroupName, String labName, String username, String name)"
nameWithType: "DisksClient.get(String resourceGroupName, String labName, String username, String name)"
summary: "Get disk."
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 user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the disk."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract DiskInner get(String resourceGroupName, String labName, String username, String name)"
desc: "Get disk."
returns:
description: "disk."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner&text=DiskInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.getWithResponse(String resourceGroupName, String labName, String username, String name, String expand, Context context)"
name: "getWithResponse(String resourceGroupName, String labName, String username, String name, String expand, Context context)"
nameWithType: "DisksClient.getWithResponse(String resourceGroupName, String labName, String username, String name, String expand, Context context)"
summary: "Get disk."
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 user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the disk."
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=diskType)'."
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<DiskInner> getWithResponse(String resourceGroupName, String labName, String username, String name, String expand, Context context)"
desc: "Get disk."
returns:
description: "disk 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.DiskInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner&text=DiskInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.list(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.list(String resourceGroupName, String labName, String username)"
name: "list(String resourceGroupName, String labName, String username)"
nameWithType: "DisksClient.list(String resourceGroupName, String labName, String username)"
summary: "List disks in a given user profile."
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 user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<DiskInner> list(String resourceGroupName, String labName, String username)"
desc: "List disks in a given user profile."
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.DiskInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner&text=DiskInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.list(java.lang.String,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.fluent.DisksClient.list(String resourceGroupName, String labName, String username, String expand, String filter, Integer top, String orderby, Context context)"
name: "list(String resourceGroupName, String labName, String username, String expand, String filter, Integer top, String orderby, Context context)"
nameWithType: "DisksClient.list(String resourceGroupName, String labName, String username, String expand, String filter, Integer top, String orderby, Context context)"
summary: "List disks in a given user profile."
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 user profile."
name: "username"
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=diskType)'."
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<DiskInner> list(String resourceGroupName, String labName, String username, String expand, String filter, Integer top, String orderby, Context context)"
desc: "List disks in a given user profile."
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.DiskInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner&text=DiskInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.update(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.DiskFragment)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.update(String resourceGroupName, String labName, String username, String name, DiskFragment disk)"
name: "update(String resourceGroupName, String labName, String username, String name, DiskFragment disk)"
nameWithType: "DisksClient.update(String resourceGroupName, String labName, String username, String name, DiskFragment disk)"
summary: "Allows modifying tags of disks."
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 user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the disk."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A Disk."
name: "disk"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.DiskFragment?alt=com.azure.resourcemanager.devtestlabs.models.DiskFragment&text=DiskFragment\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract DiskInner update(String resourceGroupName, String labName, String username, String name, DiskFragment disk)"
desc: "Allows modifying tags of disks. All other properties will be ignored."
returns:
description: "a Disk."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner&text=DiskInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.updateWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.DiskFragment,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.DisksClient.updateWithResponse(String resourceGroupName, String labName, String username, String name, DiskFragment disk, Context context)"
name: "updateWithResponse(String resourceGroupName, String labName, String username, String name, DiskFragment disk, Context context)"
nameWithType: "DisksClient.updateWithResponse(String resourceGroupName, String labName, String username, String name, DiskFragment disk, Context context)"
summary: "Allows modifying tags of disks."
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 user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the disk."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A Disk."
name: "disk"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.DiskFragment?alt=com.azure.resourcemanager.devtestlabs.models.DiskFragment&text=DiskFragment\" 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<DiskInner> updateWithResponse(String resourceGroupName, String labName, String username, String name, DiskFragment disk, Context context)"
desc: "Allows modifying tags of disks. All other properties will be ignored."
returns:
description: "a Disk 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.DiskInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.DiskInner&text=DiskInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in DisksClient."
metadata: {}
package: "com.azure.resourcemanager.devtestlabs.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0