PhoneNumbersClient.GetPhoneNumberSearchResult 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.
Retrieve the search result details.
public virtual Azure.Response<Azure.Communication.PhoneNumbers.PhoneNumberSearchResult> GetPhoneNumberSearchResult(string searchId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPhoneNumberSearchResult : string * System.Threading.CancellationToken -> Azure.Response<Azure.Communication.PhoneNumbers.PhoneNumberSearchResult>
override this.GetPhoneNumberSearchResult : string * System.Threading.CancellationToken -> Azure.Response<Azure.Communication.PhoneNumbers.PhoneNumberSearchResult>
Public Overridable Function GetPhoneNumberSearchResult (searchId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PhoneNumberSearchResult)
Parameters
- searchId
- String
The id of the search to retrieve the phone numbers.
- cancellationToken
- CancellationToken
The cancellation token to use.