PhoneNumbersModelFactory.OperatorDetails(String, String, String) 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 OperatorDetails.
public static Azure.Communication.PhoneNumbers.OperatorDetails OperatorDetails (string name = default, string mobileNetworkCode = default, string mobileCountryCode = default);
static member OperatorDetails : string * string * string -> Azure.Communication.PhoneNumbers.OperatorDetails
Public Shared Function OperatorDetails (Optional name As String = Nothing, Optional mobileNetworkCode As String = Nothing, Optional mobileCountryCode As String = Nothing) As OperatorDetails
Parameters
- name
- String
Name of the phone operator.
- mobileNetworkCode
- String
Mobile Network Code.
- mobileCountryCode
- String
Mobile Country Code.
Returns
A new OperatorDetails 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