Get Machine Group Result
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
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
User defined name for the group
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.