WebSiteExtensionsClient.Repository Property
Operations for managing the repository.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public virtual IRepositoryOperations Repository { get; }
public:
property IRepositoryOperations^ Repository {
virtual IRepositoryOperations^ get();
}
abstract Repository : IRepositoryOperations with get
override Repository : IRepositoryOperations with get
Public Overridable ReadOnly Property Repository As IRepositoryOperations
Property Value
Type: Microsoft.WindowsAzure.WebSitesExtensions.IRepositoryOperations
Implements
IWebSiteExtensionsClient.Repository
See Also
WebSiteExtensionsClient Class
Microsoft.WindowsAzure.WebSitesExtensions Namespace
Return to top