VirtualMachineDiskOperationsExtensions.UpdateDataDisk Method (IVirtualMachineDiskOperations, String, String, String, Int32, VirtualMachineDataDiskUpdateParameters)
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)
<ExtensionAttribute> Public Shared Function UpdateDataDisk ( operations As IVirtualMachineDiskOperations, serviceName As String, deploymentName As String, roleName As String, logicalUnitNumber As Integer, parameters As VirtualMachineDataDiskUpdateParameters ) As AzureOperationResponse
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineDiskOperations
Reference to the Microsoft.WindowsAzure.Management.Compute.IVirtualMachineDiskOperations.
- serviceName
-
Type:
System.String
Required. The name of your service.
- deploymentName
-
Type:
System.String
Required. The name of the deployment.
- roleName
-
Type:
System.String
Required. The name of the role to add the data disk to.
- logicalUnitNumber
-
Type:
System.Int32
Required. The logical unit number of the disk.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineDataDiskUpdateParameters
Required. Parameters supplied to the Update Virtual Machine Data Disk operation.
Return Value
Type: Microsoft.Azure.AzureOperationResponseA standard service response including an HTTP status code and request ID.
Show: