RepositoryOperationsExtensions Class
The websites extensions client manages the web sites deployments, web jobs and other extensions.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.RepositoryOperationsExtensions
Syntax
public static class RepositoryOperationsExtensions
[ExtensionAttribute]
public ref class RepositoryOperationsExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type RepositoryOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class RepositoryOperationsExtensions
Methods
Name | Description | |
---|---|---|
Delete(IRepositoryOperations) | Deletes the repository. |
|
DeleteAsync(IRepositoryOperations) | Deletes the 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.
See Also
Microsoft.WindowsAzure Namespace
Return to top