MachineGroupsCreateResponse type

Contains response data for the create operation.

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