PhoneNumbersClient.SearchOperatorInformationAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Search for operator information about specified phone numbers.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Communication.PhoneNumbers.OperatorInformationResult>> SearchOperatorInformationAsync (System.Collections.Generic.IEnumerable<string> phoneNumbers, Azure.Communication.PhoneNumbers.OperatorInformationOptions options = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SearchOperatorInformationAsync : seq<string> * Azure.Communication.PhoneNumbers.OperatorInformationOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.PhoneNumbers.OperatorInformationResult>>
override this.SearchOperatorInformationAsync : seq<string> * Azure.Communication.PhoneNumbers.OperatorInformationOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.PhoneNumbers.OperatorInformationResult>>
Public Overridable Function SearchOperatorInformationAsync (phoneNumbers As IEnumerable(Of String), Optional options As OperatorInformationOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of OperatorInformationResult))
Parameters
- phoneNumbers
- IEnumerable<String>
The phone numbers to search.
- options
- OperatorInformationOptions
Options to modify the search. Please note: use of options can affect the cost of the search.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET