PhoneNumbersClient.SearchOperatorInformationAsync Method

Definition

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