IDeploymentOperations.BeginRebuildingRoleInstanceByDeploymentSlotAsync Method (String, String, String, String, CancellationToken)
Namespace: Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
Task<AzureOperationResponse> BeginRebuildingRoleInstanceByDeploymentSlotAsync(
string serviceName,
string deploymentSlot,
string roleInstanceName,
string resources,
CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ BeginRebuildingRoleInstanceByDeploymentSlotAsync(
String^ serviceName,
String^ deploymentSlot,
String^ roleInstanceName,
String^ resources,
CancellationToken cancellationToken
)
abstract BeginRebuildingRoleInstanceByDeploymentSlotAsync :
serviceName:string *
deploymentSlot:string *
roleInstanceName:string *
resources:string *
cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function BeginRebuildingRoleInstanceByDeploymentSlotAsync (
serviceName As String,
deploymentSlot As String,
roleInstanceName As String,
resources As String,
cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)
Parameters
- serviceName
Type: System.String
- deploymentSlot
Type: System.String
- roleInstanceName
Type: System.String
- resources
Type: System.String
- cancellationToken
Type: System.Threading.CancellationToken
Return Value
Type: System.Threading.Tasks.Task<AzureOperationResponse>
See Also
IDeploymentOperations Interface
Microsoft.WindowsAzure.Management.Compute Namespace
Return to top