Share via


RepositoryOperationsExtensions.DeleteAsync Method (IRepositoryOperations)

 

Deletes the repository.

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

Syntax

public static Task<OperationResponse> DeleteAsync(
    this IRepositoryOperations operations
)
public:
[ExtensionAttribute]
static Task<OperationResponse^>^ DeleteAsync(
    IRepositoryOperations^ operations
)
static member DeleteAsync : 
        operations:IRepositoryOperations -> Task<OperationResponse>
<ExtensionAttribute>
Public Shared Function DeleteAsync (
    operations As IRepositoryOperations
) As Task(Of OperationResponse)

Parameters

Return Value

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

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

See Also

RepositoryOperationsExtensions Class
Microsoft.WindowsAzure Namespace

Return to top