IServiceOperationsFindServicesByNamesAndPropertiesWithFullTextSearch Method |
Finds the services by names and properties with full text search.
Namespace: Atomia.Provisioning.BasicOperationsAssembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
SyntaxList<Service> FindServicesByNamesAndPropertiesWithFullTextSearch(
Dictionary<string, string> serviceAndPropertyName,
List<string> searchValues,
List<string> fullTextSearchValues
)
Function FindServicesByNamesAndPropertiesWithFullTextSearch (
serviceAndPropertyName As Dictionary(Of String, String),
searchValues As List(Of String),
fullTextSearchValues As List(Of String)
) As List(Of Service)
List<Service^>^ FindServicesByNamesAndPropertiesWithFullTextSearch(
Dictionary<String^, String^>^ serviceAndPropertyName,
List<String^>^ searchValues,
List<String^>^ fullTextSearchValues
)
abstract FindServicesByNamesAndPropertiesWithFullTextSearch :
serviceAndPropertyName : Dictionary<string, string> *
searchValues : List<string> *
fullTextSearchValues : List<string> -> List<Service>
Parameters
- serviceAndPropertyName
- Type: System.Collections.GenericDictionaryString, String
Name of the service and property. - searchValues
- Type: System.Collections.GenericListString
The search values. - fullTextSearchValues
- Type: System.Collections.GenericListString
The full text search values.
Return Value
Type:
ListServiceList of found services.
See Also