IDeploymentOperations.RebuildRoleInstanceByDeploymentSlotAsync Method (String, String, String, String, CancellationToken)

 

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

Syntax

Task<OperationStatusResponse> RebuildRoleInstanceByDeploymentSlotAsync(
    string serviceName,
    string deploymentSlot,
    string roleInstanceName,
    string resources,
    CancellationToken cancellationToken
)
Task<OperationStatusResponse^>^ RebuildRoleInstanceByDeploymentSlotAsync(
    String^ serviceName,
    String^ deploymentSlot,
    String^ roleInstanceName,
    String^ resources,
    CancellationToken cancellationToken
)
abstract RebuildRoleInstanceByDeploymentSlotAsync : 
        serviceName:string *
        deploymentSlot:string *
        roleInstanceName:string *
        resources:string *
        cancellationToken:CancellationToken -> Task<OperationStatusResponse>
Function RebuildRoleInstanceByDeploymentSlotAsync (
    serviceName As String,
    deploymentSlot As String,
    roleInstanceName As String,
    resources As String,
    cancellationToken As CancellationToken
) As Task(Of OperationStatusResponse)

Parameters

Return Value

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

See Also

IDeploymentOperations Interface
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top