DiscoveryServers.GetServerByGeo(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.
Finds a Server Info by GEO Code. Note NorthAmerica and GCC cannot be located this way. to use with NA you must short name, NorthAmerica for NAM and NorthAmerica2 for GCC.
public Microsoft.PowerPlatform.Dataverse.Client.Model.DiscoveryServer GetServerByGeo (string geoCode);
member this.GetServerByGeo : string -> Microsoft.PowerPlatform.Dataverse.Client.Model.DiscoveryServer
Public Function GetServerByGeo (geoCode As String) As DiscoveryServer
Parameters
- geoCode
- String
GEO of Discovery Instance you are looking for
Returns
DiscoveryServer Data or Null