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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET