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
System_CAPS_pubmethodSystem_CAPS_static Create(IDataSourceOperations, DataSource)

Creates a new Azure Search datasource. (see https://msdn.microsoft.com/library/azure/dn946876.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IDataSourceOperations, DataSource)

Creates a new Azure Search datasource. (see https://msdn.microsoft.com/library/azure/dn946876.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static 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)

System_CAPS_pubmethodSystem_CAPS_static 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)

System_CAPS_pubmethodSystem_CAPS_static Delete(IDataSourceOperations, String)

Deletes an Azure Search datasource. (see https://msdn.microsoft.com/library/azure/dn946881.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IDataSourceOperations, String)

Deletes an Azure Search datasource. (see https://msdn.microsoft.com/library/azure/dn946881.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static Exists(IDataSourceOperations, String)

Determines whether or not the given data source exists in the Azure Search service.

System_CAPS_pubmethodSystem_CAPS_static ExistsAsync(IDataSourceOperations, String)

Determines whether or not the given data source exists in the Azure Search service.

System_CAPS_pubmethodSystem_CAPS_static Get(IDataSourceOperations, String)

Retrieves a datasource definition from Azure Search. (see https://msdn.microsoft.com/library/azure/dn946893.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IDataSourceOperations, String)

Retrieves a datasource definition from Azure Search. (see https://msdn.microsoft.com/library/azure/dn946893.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static List(IDataSourceOperations)

Lists all datasources available for an Azure Search service. (see https://msdn.microsoft.com/library/azure/dn946878.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static 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