IDeploymentOperations.BeginRebuildingRoleInstanceByDeploymentNameAsync Method (String, String, String, String, CancellationToken)
Namespace:
Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Function BeginRebuildingRoleInstanceByDeploymentNameAsync ( serviceName As String, deploymentName As String, roleInstanceName As String, resources As String, cancellationToken As CancellationToken ) As Task(Of AzureOperationResponse)
Parameters
- serviceName
- Type: System.String
- deploymentName
- Type: System.String
- roleInstanceName
- Type: System.String
- resources
- Type: System.String
- cancellationToken
- Type: System.Threading.CancellationToken
Return Value
Type: System.Threading.Tasks.Task(Of AzureOperationResponse)
Show: