Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MachineGroup

Package version

A user-defined logical grouping of machines.

Hierarchy

  • MachineGroup

Index

Properties

Optional count

count: undefined | number

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.

displayName

displayName: string

User defined name for the group

Optional etag

etag: undefined | string

Resource ETAG.

Optional groupType

groupType: MachineGroupType

Type of the machine group. Possible values include: 'unknown', 'azure-cs', 'azure-sf', 'azure-vmss', 'user-static'

Optional id

id: undefined | string

Resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.

kind

kind: "machineGroup"

Polymorphic Discriminator

Optional machines

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.

Optional name

name: undefined | string

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc