Share via


DiscoveryServers.GetServerByGeo(String) Method

Definition

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

Applies to