IVirtualMachineDiskOperations.UpdateDataDiskAsync Method (String, String, String, Int32, VirtualMachineDataDiskUpdateParameters, CancellationToken)
The Update Data Disk operation updates the specified data disk attached to the specified virtual machine. (see http://msdn.microsoft.com/library/windowsazure/jj157190.aspx for more information)
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Function UpdateDataDiskAsync ( serviceName As String, deploymentName As String, roleName As String, logicalUnitNumber As Integer, parameters As VirtualMachineDataDiskUpdateParameters, cancellationToken As CancellationToken ) As Task(Of AzureOperationResponse)
Parameters
- serviceName
-
Type:
System.String
The name of your service.
- deploymentName
-
Type:
System.String
The name of the deployment.
- roleName
-
Type:
System.String
The name of the role to add the data disk to.
- logicalUnitNumber
-
Type:
System.Int32
The logical unit number of the disk.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineDataDiskUpdateParameters
Parameters supplied to the Update Virtual Machine Data Disk operation.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of AzureOperationResponse)A standard service response including an HTTP status code and request ID.
Show: