Share via


PhoneNumbersModelFactory.OperatorDetails(String, String, String) Method

Definition

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