IVirtualMachineDiskOperations.BeginUpdatingDiskAsync 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.Azure.AzureOperationResponse> BeginUpdatingDiskAsync (string name, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineDiskUpdateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member BeginUpdatingDiskAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineDiskUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function BeginUpdatingDiskAsync (name As String, parameters As VirtualMachineDiskUpdateParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)
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
Task<Microsoft.Azure.AzureOperationResponse>
A standard service response including an HTTP status code and request ID.