Share via


IDeploymentOperations.BeginDeletingRoleInstanceByDeploymentNameAsync Method (String, String, DeploymentDeleteRoleInstanceParameters, CancellationToken)

 

Namespace:   Microsoft.WindowsAzure.Management.Compute
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

Task<AzureOperationResponse> BeginDeletingRoleInstanceByDeploymentNameAsync(
    string serviceName,
    string deploymentName,
    DeploymentDeleteRoleInstanceParameters parameters,
    CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ BeginDeletingRoleInstanceByDeploymentNameAsync(
    String^ serviceName,
    String^ deploymentName,
    DeploymentDeleteRoleInstanceParameters^ parameters,
    CancellationToken cancellationToken
)
abstract BeginDeletingRoleInstanceByDeploymentNameAsync : 
        serviceName:string *
        deploymentName:string *
        parameters:DeploymentDeleteRoleInstanceParameters *
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function BeginDeletingRoleInstanceByDeploymentNameAsync (
    serviceName As String,
    deploymentName As String,
    parameters As DeploymentDeleteRoleInstanceParameters,
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<AzureOperationResponse>

See Also

IDeploymentOperations Interface
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top