Share via


DeploymentOperationsExtensions.DeleteByNameAsync Method (IDeploymentOperations, String, String, Boolean)

 

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

Syntax

public static Task<OperationStatusResponse> DeleteByNameAsync(
    this IDeploymentOperations operations,
    string serviceName,
    string deploymentName,
    bool deleteFromStorage
)
public:
[ExtensionAttribute]
static Task<OperationStatusResponse^>^ DeleteByNameAsync(
    IDeploymentOperations^ operations,
    String^ serviceName,
    String^ deploymentName,
    bool deleteFromStorage
)
static member DeleteByNameAsync : 
        operations:IDeploymentOperations *
        serviceName:string *
        deploymentName:string *
        deleteFromStorage:bool -> Task<OperationStatusResponse>
<ExtensionAttribute>
Public Shared Function DeleteByNameAsync (
    operations As IDeploymentOperations,
    serviceName As String,
    deploymentName As String,
    deleteFromStorage As Boolean
) As Task(Of OperationStatusResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<OperationStatusResponse>

See Also

DeploymentOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top