SpringBootServerProperties(String) Constructor

Definition

Initializes a new instance of SpringBootServerProperties.

public SpringBootServerProperties (string server);
new Azure.ResourceManager.SpringAppDiscovery.Models.SpringBootServerProperties : string -> Azure.ResourceManager.SpringAppDiscovery.Models.SpringBootServerProperties
Public Sub New (server As String)

Parameters

server
String

Server is the target server name or ip address to discover of SpringBootServer. Serialized Name: SpringbootserversProperties.server

Exceptions

server is null.

Applies to