Share via


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

 

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

Syntax

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

Parameters

Return Value

Type: Microsoft.Azure.AzureOperationResponse

See Also

DeploymentOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top