MapsTimeZonesModelFactory.CountryRecord(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 CountryRecord.
public static Azure.Maps.TimeZones.CountryRecord CountryRecord (string name = default, string code = default);
static member CountryRecord : string * string -> Azure.Maps.TimeZones.CountryRecord
Public Shared Function CountryRecord (Optional name As String = Nothing, Optional code As String = Nothing) As CountryRecord
Parameters
- name
- String
country/region Name.
- code
- String
ISO-3166 2-letter country/region code for the country/region.
Returns
A new CountryRecord 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