WebSiteOperationsExtensions.GetRepositoryAsync Method

Asynchronously retrieves a web site repository.

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

Usage

'Usage
Dim operations As IWebSiteOperations
Dim webSpaceName As String
Dim webSiteName As String
Dim returnValue As Task(Of WebSiteGetRepositoryResponse)

returnValue = WebSiteOperationsExtensions.GetRepositoryAsync(operations, webSpaceName, webSiteName)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetRepositoryAsync ( _
    operations As IWebSiteOperations, _
    webSpaceName As String, _
    webSiteName As String _
) As Task(Of WebSiteGetRepositoryResponse)
[ExtensionAttribute] 
public static Task<WebSiteGetRepositoryResponse> GetRepositoryAsync (
    IWebSiteOperations operations,
    string webSpaceName,
    string webSiteName
)
[ExtensionAttribute] 
public:
static Task<WebSiteGetRepositoryResponse^>^ GetRepositoryAsync (
    IWebSiteOperations^ operations, 
    String^ webSpaceName, 
    String^ webSiteName
)
/** @attribute ExtensionAttribute() */ 
public static Task<WebSiteGetRepositoryResponse> GetRepositoryAsync (
    IWebSiteOperations operations, 
    String webSpaceName, 
    String webSiteName
)
ExtensionAttribute 
public static function GetRepositoryAsync (
    operations : IWebSiteOperations, 
    webSpaceName : String, 
    webSiteName : String
) : Task<WebSiteGetRepositoryResponse>

Parameters

  • operations
    The object that specifies the operations for web sites.
  • webSpaceName
    The name of the web space.
  • webSiteName
    The name of the web site.

Return Value

An WebSiteGetRepositoryResponse object that contains the web site repository.

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

See Also

Reference

WebSiteOperationsExtensions Class
WebSiteOperationsExtensions Members
Microsoft.WindowsAzure.Management.WebSites Namespace