MachineGroupsGetResponse type

Contains response data for the get operation.

type MachineGroupsGetResponse = MachineGroup & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: MachineGroup
  }
}