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, 2 or 3 decimal digits that identify mobile networks within a country/region.
- mobileCountryCode
- String
Mobile Country Code, 3 decimal digits that identify a country/region.
Returns
A new OperatorDetails instance for mocking.