Compartilhar via


IWebSiteExtensionsClient.Repository Property

 

Operations for managing the repository.

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

Syntax

IRepositoryOperations Repository { get; }
property IRepositoryOperations^ Repository {
    IRepositoryOperations^ get();
}
abstract Repository : IRepositoryOperations with get
ReadOnly Property Repository As IRepositoryOperations

Property Value

Type: Microsoft.WindowsAzure.WebSitesExtensions.IRepositoryOperations

See Also

IWebSiteExtensionsClient Interface
Microsoft.WindowsAzure.WebSitesExtensions Namespace

Return to top