ListMonitorVMHostsResult

data class ListMonitorVMHostsResult(val nextLink: String? = null, val value: List<VMResourcesResponse>? = null)

Response of a list VM Host Update Operation.

Constructors

Link copied to clipboard
constructor(nextLink: String? = null, value: List<VMResourcesResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

Link to the next set of results, if any.

Link copied to clipboard

Response of a list vm host update operation.