ManagementServerPropertiesResponse

data class ManagementServerPropertiesResponse(val fqdn: String, val healthState: String, val serverName: String, val serverRoles: String, val vmResId: String)

The properties of management server

Constructors

Link copied to clipboard
constructor(fqdn: String, healthState: String, serverName: String, serverRoles: String, vmResId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Management server Fully Qualified Domain Name.

Link copied to clipboard

Management server health state.

Link copied to clipboard

Management server Name

Link copied to clipboard

Represent whether the Server is a Management Server and/or Web Console Server.

Link copied to clipboard

Azure VM Resource Id of the Management server.