GetMachineGroupResult

data class GetMachineGroupResult(val azureApiVersion: String, val count: Int? = null, val displayName: String, val etag: String? = null, val groupType: String? = null, val id: String, val kind: String, val machines: List<MachineReferenceWithHintsResponse>? = null, val name: String, val type: String)

A user-defined logical grouping of machines.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, count: Int? = null, displayName: String, etag: String? = null, groupType: String? = null, id: String, kind: String, machines: List<MachineReferenceWithHintsResponse>? = null, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val count: Int? = null

Count of machines in this group. The value of count may be bigger than the number of machines in case of the group has been truncated due to exceeding the max number of machines a group can handle.

Link copied to clipboard

User defined name for the group

Link copied to clipboard
val etag: String? = null

Resource ETAG.

Link copied to clipboard
val groupType: String? = null

Type of the machine group

Link copied to clipboard
val id: String

Resource identifier.

Link copied to clipboard

Additional resource type qualifier. Expected value is 'machineGroup'.

Link copied to clipboard

References of the machines in this group. The hints within each reference do not represent the current value of the corresponding fields. They are a snapshot created during the last time the machine group was updated.

Link copied to clipboard

Resource name.

Link copied to clipboard

Resource type.