Share via


RepositoryOperationsExtensions.Delete Method (IRepositoryOperations)

 

Deletes the repository.

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

Syntax

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

Parameters

Return Value

Type: Microsoft.WindowsAzure.OperationResponse

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

See Also

RepositoryOperationsExtensions Class
Microsoft.WindowsAzure Namespace

Return to top