DataSourceOperationsExtensions Class
Applies To: Microsoft Azure
Client that can be used to manage and query indexes and documents on an Azure Search service. (see https://msdn.microsoft.com/library/azure/dn798935.aspx for more information)
Namespace: Microsoft.Azure.Search
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Inheritance Hierarchy
System.Object
Microsoft.Azure.Search.DataSourceOperationsExtensions
Syntax
public static class DataSourceOperationsExtensions
[ExtensionAttribute]
public ref class DataSourceOperationsExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type DataSourceOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class DataSourceOperationsExtensions
Methods
| Name | Description | |
|---|---|---|
![]() ![]() |
Create(IDataSourceOperations, DataSource) | Creates a new Azure Search datasource. (see https://msdn.microsoft.com/library/azure/dn946876.aspx for more information) |
![]() ![]() |
CreateAsync(IDataSourceOperations, DataSource) | Creates a new Azure Search datasource. (see https://msdn.microsoft.com/library/azure/dn946876.aspx for more information) |
![]() ![]() |
CreateOrUpdate(IDataSourceOperations, DataSource) | Creates a new Azure Search datasource or updates a datasource if it already exists. (see https://msdn.microsoft.com/library/azure/dn946900.aspx for more information) |
![]() ![]() |
CreateOrUpdateAsync(IDataSourceOperations, DataSource) | Creates a new Azure Search datasource or updates a datasource if it already exists. (see https://msdn.microsoft.com/library/azure/dn946900.aspx for more information) |
![]() ![]() |
Delete(IDataSourceOperations, String) | Deletes an Azure Search datasource. (see https://msdn.microsoft.com/library/azure/dn946881.aspx for more information) |
![]() ![]() |
DeleteAsync(IDataSourceOperations, String) | Deletes an Azure Search datasource. (see https://msdn.microsoft.com/library/azure/dn946881.aspx for more information) |
![]() ![]() |
Exists(IDataSourceOperations, String) | Determines whether or not the given data source exists in the Azure Search service. |
![]() ![]() |
ExistsAsync(IDataSourceOperations, String) | Determines whether or not the given data source exists in the Azure Search service. |
![]() ![]() |
Get(IDataSourceOperations, String) | Retrieves a datasource definition from Azure Search. (see https://msdn.microsoft.com/library/azure/dn946893.aspx for more information) |
![]() ![]() |
GetAsync(IDataSourceOperations, String) | Retrieves a datasource definition from Azure Search. (see https://msdn.microsoft.com/library/azure/dn946893.aspx for more information) |
![]() ![]() |
List(IDataSourceOperations) | Lists all datasources available for an Azure Search service. (see https://msdn.microsoft.com/library/azure/dn946878.aspx for more information) |
![]() ![]() |
ListAsync(IDataSourceOperations) | Lists all datasources available for an Azure Search service. (see https://msdn.microsoft.com/library/azure/dn946878.aspx for more information) |
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.Azure.Search Namespace
Return to top
.jpeg)
.gif)