Share via


DeploymentOperationsExtensions.DeleteRoleInstanceByDeploymentSlot Method (IDeploymentOperations, String, String, DeploymentDeleteRoleInstanceParameters)

 

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

Syntax

public static OperationStatusResponse DeleteRoleInstanceByDeploymentSlot(
    this IDeploymentOperations operations,
    string serviceName,
    string deploymentSlot,
    DeploymentDeleteRoleInstanceParameters parameters
)
public:
[ExtensionAttribute]
static OperationStatusResponse^ DeleteRoleInstanceByDeploymentSlot(
    IDeploymentOperations^ operations,
    String^ serviceName,
    String^ deploymentSlot,
    DeploymentDeleteRoleInstanceParameters^ parameters
)
static member DeleteRoleInstanceByDeploymentSlot : 
        operations:IDeploymentOperations *
        serviceName:string *
        deploymentSlot:string *
        parameters:DeploymentDeleteRoleInstanceParameters -> OperationStatusResponse
<ExtensionAttribute>
Public Shared Function DeleteRoleInstanceByDeploymentSlot (
    operations As IDeploymentOperations,
    serviceName As String,
    deploymentSlot As String,
    parameters As DeploymentDeleteRoleInstanceParameters
) As OperationStatusResponse

Parameters

Return Value

Type: Microsoft.Azure.OperationStatusResponse

See Also

DeploymentOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top