IDeploymentOperations.BeginDeletingRoleInstanceByBeploymentSlotAsync Method (String, String, DeploymentDeleteRoleInstanceParameters, CancellationToken)
Namespace: Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
Task<AzureOperationResponse> BeginDeletingRoleInstanceByBeploymentSlotAsync(
string serviceName,
string deploymentSlot,
DeploymentDeleteRoleInstanceParameters parameters,
CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ BeginDeletingRoleInstanceByBeploymentSlotAsync(
String^ serviceName,
String^ deploymentSlot,
DeploymentDeleteRoleInstanceParameters^ parameters,
CancellationToken cancellationToken
)
abstract BeginDeletingRoleInstanceByBeploymentSlotAsync :
serviceName:string *
deploymentSlot:string *
parameters:DeploymentDeleteRoleInstanceParameters *
cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function BeginDeletingRoleInstanceByBeploymentSlotAsync (
serviceName As String,
deploymentSlot As String,
parameters As DeploymentDeleteRoleInstanceParameters,
cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)
Parameters
- serviceName
Type: System.String
- deploymentSlot
Type: System.String
- parameters
Type: Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters
- 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