ParameterUtils.IsValidRegionCode
Description:
Checks whether a given region code is allowed to identify a region where an account containing parameter definitions may exist.
Checks whether a given region code is allowed to identify a region where an account containing parameter definitions may exist.
Remarks:
In order to support new regions in the future, this method does not use a fixed list. Supported regions include "US", "EMEA", "IRL", "APAC", "AUS", "GBR", "DEU", "JPN", "CAN", and "IND". A return value of true does not indicate that a given region actually exists.
In order to support new regions in the future, this method does not use a fixed list. Supported regions include "US", "EMEA", "IRL", "APAC", "AUS", "GBR", "DEU", "JPN", "CAN", and "IND". A return value of true does not indicate that a given region actually exists.
public static bool IsValidRegionCode(
string region
)
-
StringregionThe region to check.
-
A non-optional argument was null