RepositoryOperationsExtensions.DeleteAsync Method (IRepositoryOperations)
Deletes the repository.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
public static Task<OperationResponse> DeleteAsync( this IRepositoryOperations operations )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.WebSitesExtensions.IRepositoryOperations
Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IRepositoryOperations.
Return Value
Type: System.Threading.Tasks.Task<OperationResponse>A standard service response including an HTTP status code and request ID.
Show: