IDeploymentOperations::RebuildRoleInstanceByDeploymentSlotAsync Method (String^, String^, String^, String^, CancellationToken)

 

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

Task<OperationStatusResponse^>^ RebuildRoleInstanceByDeploymentSlotAsync(
	String^ serviceName,
	String^ deploymentSlot,
	String^ roleInstanceName,
	String^ resources,
	CancellationToken cancellationToken
)

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<OperationStatusResponse^>^

Return to top
Show: