SpringbootserversProperties interface
The springbootservers resource definition.
Properties
errors | The list of errors. |
fqdn |
The alternative FQDN or IP addresses to discover for this server |
machine |
The machine Id from ARM |
port | Target server port for remote login |
provisioning |
The resource provisioning state. |
server | Server is the target server name or ip address to discover of SpringBootServer. |
spring |
The total number of spring boot apps been discovered |
total |
The total number of apps been discovered |
Property Details
errors
fqdnAndIpAddressList
The alternative FQDN or IP addresses to discover for this server
fqdnAndIpAddressList?: string[]
Property Value
string[]
machineArmId
The machine Id from ARM
machineArmId?: string
Property Value
string
port
Target server port for remote login
port?: number
Property Value
number
provisioningState
The resource provisioning state.
provisioningState?: string
Property Value
string
server
Server is the target server name or ip address to discover of SpringBootServer.
server: string
Property Value
string
springBootApps
The total number of spring boot apps been discovered
springBootApps?: number
Property Value
number
totalApps
The total number of apps been discovered
totalApps?: number
Property Value
number
Azure SDK for JavaScript