IWebSiteOperations.DeleteRepositoryAsync Method (String, String, CancellationToken)
Asynchronously deletes a Website Repository.
Namespace: Microsoft.WindowsAzure.Management.WebSites
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
Task<WebSiteDeleteRepositoryResponse> DeleteRepositoryAsync(
string webSpaceName,
string webSiteName,
CancellationToken cancellationToken
)
Task<WebSiteDeleteRepositoryResponse^>^ DeleteRepositoryAsync(
String^ webSpaceName,
String^ webSiteName,
CancellationToken cancellationToken
)
abstract DeleteRepositoryAsync :
webSpaceName:string *
webSiteName:string *
cancellationToken:CancellationToken -> Task<WebSiteDeleteRepositoryResponse>
Function DeleteRepositoryAsync (
webSpaceName As String,
webSiteName As String,
cancellationToken As CancellationToken
) As Task(Of WebSiteDeleteRepositoryResponse)
Parameters
webSpaceName
Type: System.StringThe name of the web space.
webSiteName
Type: System.StringThe name of the website.
cancellationToken
Type: System.Threading.CancellationTokenThe cancellation token.
Return Value
Type: System.Threading.Tasks.Task<WebSiteDeleteRepositoryResponse>
An WebSiteDeleteRepositoryResponse object that contains the status of the operation.
See Also
IWebSiteOperations Interface
Microsoft.WindowsAzure.Management.WebSites Namespace
Return to top