Get Vmm Server Result
data class GetVmmServerResult(val azureApiVersion: String, val connectionStatus: String, val credentials: VMMServerPropertiesResponseCredentials? = null, val errorMessage: String, val extendedLocation: ExtendedLocationResponse, val fqdn: String, val id: String, val location: String, val name: String, val port: Int? = null, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val uuid: String, val version: String)
The VmmServers resource definition.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, connectionStatus: String, credentials: VMMServerPropertiesResponseCredentials? = null, errorMessage: String, extendedLocation: ExtendedLocationResponse, fqdn: String, id: String, location: String, name: String, port: Int? = null, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, uuid: String, version: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Gets or sets the connection status to the vmmServer.
Link copied to clipboard
Credentials to connect to VMMServer.
Link copied to clipboard
Gets or sets any error message if connection to vmmServer is having any issue.
Link copied to clipboard
The extended location.
Link copied to clipboard
Gets or sets the provisioning state.
Link copied to clipboard
The system data.