PhoneNumbersModelFactory.PhoneNumberCountry(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 PhoneNumberCountry.
public static Azure.Communication.PhoneNumbers.PhoneNumberCountry PhoneNumberCountry(string localizedName = default, string countryCode = default);
static member PhoneNumberCountry : string * string -> Azure.Communication.PhoneNumbers.PhoneNumberCountry
Public Shared Function PhoneNumberCountry (Optional localizedName As String = Nothing, Optional countryCode As String = Nothing) As PhoneNumberCountry
Parameters
- localizedName
- String
Represents the name of the country.
- countryCode
- String
Represents the abbreviated name of the country.
Returns
A new PhoneNumberCountry instance for mocking.
Exceptions
localizedName
or countryCode
is null.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET