PhoneNumbersModelFactory.OperatorInformationResult 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.
Initializes a new instance of OperatorInformationResult.
public static Azure.Communication.PhoneNumbers.OperatorInformationResult OperatorInformationResult (System.Collections.Generic.IEnumerable<Azure.Communication.PhoneNumbers.OperatorInformation> values = default);
static member OperatorInformationResult : seq<Azure.Communication.PhoneNumbers.OperatorInformation> -> Azure.Communication.PhoneNumbers.OperatorInformationResult
Public Shared Function OperatorInformationResult (Optional values As IEnumerable(Of OperatorInformation) = Nothing) As OperatorInformationResult
Parameters
- values
- IEnumerable<OperatorInformation>
Results of a search. This array will have one entry per requested phone number which will contain the relevant operator information.
Returns
A new OperatorInformationResult instance for mocking.
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