IVirtualMachineDiskOperations.UpdateDiskAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Add Disk operation adds a disk to the user image repository. The disk can be an operating system disk or a data disk. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157178.aspx for more information)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineDiskUpdateResponse> UpdateDiskAsync (string name, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineDiskUpdateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member UpdateDiskAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineDiskUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineDiskUpdateResponse>
Public Function UpdateDiskAsync (name As String, parameters As VirtualMachineDiskUpdateParameters, cancellationToken As CancellationToken) As Task(Of VirtualMachineDiskUpdateResponse)
Parameters
- name
- String
The name of the disk being updated.
- parameters
- VirtualMachineDiskUpdateParameters
Parameters supplied to the Update Virtual Machine Disk operation.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
A virtual machine disk associated with your subscription.