DiscoveryServer Constructors
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.
Overloads
DiscoveryServer() |
Default constructor |
DiscoveryServer(ServerInfo) |
Accepts a Server Info object |
DiscoveryServer()
Default constructor
public DiscoveryServer ();
Public Sub New ()
Applies to
DiscoveryServer(ServerInfo)
Accepts a Server Info object
public DiscoveryServer (Microsoft.PowerPlatform.Dataverse.Client.ServerInfo serverInfo);
new Microsoft.PowerPlatform.Dataverse.Client.Model.DiscoveryServer : Microsoft.PowerPlatform.Dataverse.Client.ServerInfo -> Microsoft.PowerPlatform.Dataverse.Client.Model.DiscoveryServer
Public Sub New (serverInfo As ServerInfo)
Parameters
- serverInfo
- ServerInfo