IWebSiteOperations.GetRepositoryAsync Method (String, String, CancellationToken)

 

Asynchronously retrieves a website repository.

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

Task<WebSiteGetRepositoryResponse> GetRepositoryAsync(
	string webSpaceName,
	string webSiteName,
	CancellationToken cancellationToken
)

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<WebSiteGetRepositoryResponse>

An WebSiteGetRepositoryResponse object that contains the website repository.

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

Return to top
Show: