IWebSiteOperations.CreateRepositoryAsync Method (String, String, CancellationToken)

 

Asynchronously creates a website repository.

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

Function CreateRepositoryAsync (
	webSpaceName As String,
	webSiteName As String,
	cancellationToken As CancellationToken
) As Task(Of OperationResponse)

Parameters

webSpaceName
Type: System.String

The name of the web space.

webSiteName
Type: System.String

The name of the website.

cancellationToken
Type: System.Threading.CancellationToken

The cancellation token.

Return Value

Type: System.Threading.Tasks.Task(Of OperationResponse)

An OperationResponse object that includes an HTTP status code and request ID.

For more information about creating a repository, see Create (POST) or Retrieve (GET) a Website Repository.

Return to top
Show: