IDeploymentOperations::BeginDeletingRoleInstanceByDeploymentNameAsync Method (String^, String^, DeploymentDeleteRoleInstanceParameters^, CancellationToken)
Namespace:
Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Task<AzureOperationResponse^>^ BeginDeletingRoleInstanceByDeploymentNameAsync( String^ serviceName, String^ deploymentName, DeploymentDeleteRoleInstanceParameters^ parameters, CancellationToken cancellationToken )
Parameters
- serviceName
- Type: System::String^
- deploymentName
- Type: System::String^
- parameters
- Type: Microsoft.WindowsAzure.Management.Compute.Models::DeploymentDeleteRoleInstanceParameters^
- cancellationToken
- Type: System.Threading::CancellationToken
Return Value
Type: System.Threading.Tasks::Task<AzureOperationResponse^>^
Show: