IRepositoryOperations Interface
Operations for managing the repository.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public interface IRepositoryOperations
public interface class IRepositoryOperations
type IRepositoryOperations = interface end
Public Interface IRepositoryOperations
Methods
Name | Description | |
---|---|---|
DeleteAsync(CancellationToken) | Deletes the repository. |
Extension Methods
Name | Description | |
---|---|---|
Delete() | Deletes the repository.(Defined by RepositoryOperationsExtensions.) |
|
DeleteAsync() | Deletes the repository.(Defined by RepositoryOperationsExtensions.) |
See Also
Microsoft.WindowsAzure.WebSitesExtensions Namespace
Return to top