Dela via


DeploymentOperationsExtensions.BeginDeletingRoleInstanceByBeploymentSlot Method

Definition

The Delete Role Instances operation deletes a role instance from a deployment in a cloud service. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn469418.aspx for more information)

public static Microsoft.Azure.AzureOperationResponse BeginDeletingRoleInstanceByBeploymentSlot (this Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations operations, string serviceName, string deploymentSlot, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters parameters);
static member BeginDeletingRoleInstanceByBeploymentSlot : Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations * string * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentDeleteRoleInstanceParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function BeginDeletingRoleInstanceByBeploymentSlot (operations As IDeploymentOperations, serviceName As String, deploymentSlot As String, parameters As DeploymentDeleteRoleInstanceParameters) As AzureOperationResponse

Parameters

operations
IDeploymentOperations

Reference to the Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.

serviceName
String

Required. The name of the cloud service.

deploymentSlot
String

Required. The name of the deployment slot.

parameters
DeploymentDeleteRoleInstanceParameters

Required. The parameters to delete the role.

Returns

Microsoft.Azure.AzureOperationResponse

A standard service response including an HTTP status code and request ID.

Applies to